3

I've been trying to find a way to get Mono into Yum, There's a similar question here:

Install Mono on Centos 5.5 using YUM

However this is out of date - the following repositories no longer exist: http://download.opensuse.org/repositories/Mono/RHEL_5/

http://ftp.novell.com/pub/mono/download-stable/RHEL_5/

Is there another repository that I can use?

Updates:

Community
  • 1
  • 1
Alasdair McLeay
  • 2,572
  • 4
  • 27
  • 50
  • I couldn't find a repo so in the end used Nathan Bridgewater's install scripts for Mono: https://github.com/nathanb/iws-snippets/tree/master/mono-install-scripts – Alasdair McLeay Feb 05 '13 at 16:57

1 Answers1

0

you can install mono by typing this command:

yum install mono
yum install xsp
yum install mod_mono
dns
  • 2,753
  • 1
  • 26
  • 33