Category Redhat Centos

install ant centos

To install Apache Ant on Cent-OS follow these steps: # yum install ant # yum install xml-commons-apis You should see something like this: # ant -version Apache Ant version 1.6.5 compiled on January 6 2007 Here is a good tutorial…

install mono redhat

Create a new repo config file cd vi mono.repo Add the following lines to the file [Mono] name=Mono Stack (RHEL_5) type=rpm-md baseurl= gpgcheck=1 gpgkey=repodata/repomd.xml.key enabled=1 Update the yum cache to be on the safe side yum clean all Install…