good morning,
where you can find it and how you install it depends on your linux-distribution.
I'm using Debian.
there you had to launch "aptitude" or "apt-get install <package-name>"
but i think aptitude is the best way to see what will be installed and which dependencies will be installed too.
shot introduction in aptitude:
key => function
q => close windows or quit
shift + 7 ("/") => search
return => open details
arrows up an down => to move in the lists
+ => select item to install
- => unselect item
u => update package-list
g => see your selection / start install
how to install mono an mod_mono
launch aptitude
press "u" to update your list
press "/" to enter a search-pattern
type "mono-gac"
the displayed version should be near 1.2.5.1
press Return to see the dependencies
press "q" to go back
press "+" to select this package
you also need
mono-gmcs (mono c# compiler with generics support (>= .NET 2.0) )
mono-mcs (older mono c# compiler without generics support)
mono-utils
mono-common
mono-jit
mono-runtime
libmono-* (here you see the supported namespaces and "addons"
*-accessibility2.0
*-bytefx0.7.6 (MySQL-ADO .NET Adapter)
*-corlib1.0 and 2.0
*-microsoft-build2.0
*-microsoft7.0 and 8.0
*-security1.0 and 2.0
*-sharpzip2.6
*-sqlite
*-system-data / runtime / web each in 1.0 and 2.0
libmono0, 1.0 and 2.0
libapache2-mod-mono (the mod_mono addon for apache)
mono-apache-server2
mono-xsp2-base
if you have all this packages selected press "g" to see all outstanding changes to your system.
if you agree to this changes press "g" a second time and wait while apt ist installing the component
you have to restart apache-webserver und if you want have a look at /etc/mono* directory für some settings
Website:
www.mono-project.com
here are other packages für SuSE and so on
in apt you can find an additions package named asp.net2-examples für aspx-testing
