Most easy way to install Mono on CentOS
#1

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&gtWink

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.

#2
Thank you, really the easiest way Smile

#3
I get: User is not in the sudoers file. This incident will be reported. when trying to do: sudo vi /etc/yum.repos.d/mostlylinux.repo
 

#4
thank you very much :o

#5
Nice Work

#6
The first link, Error 404

#7
Thanks!

#8

I have this error: Package mono-core-2.10.5-1.el6.i686.rpm is not signed

 
Can anyone help me?


Forum Jump:


Users browsing this thread: 1 Guest(s)