What's the best CentOS Repo? Print

  • 0

At Licensecart we prefer and recommend the Remi repo. You can install Remi by following the commands below:

Centos 5:

wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
sudo rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm

 

Centos 6:

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
sudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm

Then go to NodeWorx > Server > Software Updates > Enable the repo.


Was this answer helpful?

« Back