I'm a Linux neophyte and can't figure out how to install the Mono 2.6.7 runtime on CentOS 5.5 using yum.
I know how to build Mono from the source. However, according to this page it is possible to install the binaries directly. I'd prefer to install the binaries to avoid having to install all the devel pre-requisites on a server with little disk space.
http://www.mono-project.com/GettingStartedWithMonoVS
Am I supposed to add a new repo description to Yum? I tried doing that but I must have done it wrong because "yum list mono-core" still says the old version (1.2.4-2.el5.centos).
And, why on the release server are the .rpm's called "mono-addon-"... it's a bit confusing. It sounds like the .rpm's are an add-on to mono. I guess they mean they are an "add-on" to the server?
thanks!