02-22-2013, 10:29 PM
ok since i have seen a few posts here how to install mono on CentOS i wanna show an more easy way.
1) Open your Terminal window
2) Create the mostlinux repo file on file /etc/yum.repos.d through the command:
sudo vi /etc/yum.repos.d/mostlylinux.repo
3) Activate Vis insert mode (ESC + i) and paste the following lines on the body of the mostlylinux.repo file:
[mostlylinux]
name=MostlyLinux
baseurl=2
enabled=1
gpgcheck=1
gpgkey=2
4) Save your file by pressing (ESC + :wq + <enter>

5) To install Mono use the command:
sudo yum install -y mono-devel
6) To install Monodevelop use the command:
sudo yum install -y monodevelop
Fedora has an more easyer way
sudo yum install mono-core
Hope this helped, in my eyes this is the simpelst easyest and fastest way to install mono.


