Mono on RHEL5
Install Mono on RHEL5
Create the file "/etc/yum.repos.d/mono.repo" and add the following lines:[Mono]
name=Mono Stack (RHEL_5)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/Mono/RHEL_5/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/Mono/RHEL_5/repodata/repomd.xml.key
enabled=1
Enter the following command to install Mono:
# yum install mono-complete