On Ubuntu and Fedora Linux releases, unlike SuSE Linux releases, Mono installation usually requires source code compilation, here we would like to recommend a Ubuntu & fedora mono 2.8 installation script project, where the script code is stored in the GitHub snippets project. The installation script minimizes the installation of mod_mono, xsp, Mono, and GDI +.
First download the installation script:
Ubuntu:
Wget http://github.com/nathanb/iws-snippets/raw/master/mono-
Install
-Scripts/Ubuntu/install_mono-2.8.sh.
Fedora:
Wget http://github.com/nathanb/iws-snippets/raw/master/mono-
Install
-Scripts/Fedora/install_mono-2.8.sh
Run the following command after the download:
1.
Chmod
755 install_mono-2.8.sh
2.
/Install_mono-2.8.sh
If you have installed earlier mono versions through source code, run the su command to uninstall the components in the installation directory. In addition to this installation script, there are also updates, uninstallation and other scripts in the project. For details, please go to the above project to obtain the script.