How to add the remi repository to CentOS 5.8 / RHEL 5.8 / Redhat

If you are looking for the latest rpm packages for CentOS 5.8 / RHEL / Redhat, the remi repository can be very useful.

Following the steps below, you can easily add, enable and then update your box with the latest packages from the REMI Repository.

 

Download and install the packages, then remove the downloaded files:

wget http://mirrors.servercentral.net/fedora/epel/5/i386/epel-release-5-4.noarch.rpm

wget ftp://ftp.pbone.net/mirror/rpms.famillecollet.com/enterprise/5/remi/i386/remi-release-5-8.el5.remi.noarch.rpm

rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm

/bin/rm epel-release-5-4.noarch.rpm remi-release-5.rpm

 

 
Edit the file /etc/yum.repos.d/remi.repo with your favorite text editor
Change enabled from "0" to "1" or run the following:
perl -pi -e 's/enabled=0/enabled=1/g' /etc/yum.repos.d/remi.repo
 
Update with: yum update
 
Enjoy the latest packages from the Remi Repository
 
Disclaimer:
Remi Repository is not associated with Springs Hosting in any way.
The above directions are supplied as is and without warranty.  
These directions were updated on 4/3/2011.
Feel free to notify us if they are out of date.

 

 

 

 

  • 7 Users Found This Useful
Was this answer helpful?

Related Articles

How to sync the time zone (Linux)

On a VPS server, you don't have access to control the hardware clock directly. To detach your...

Configuring Nameservers (DNS) for Outside Domains

If you are not buying a domain from us you will need to manaully configure your nameservers (DNS)...

How to run Varnish Reverse Cache Proxy in CentOS 5.5

HTTP Accelerators have been around for years.  In 2006, Varnish was introduced and unlike...

How to automatically sync your server time clock with rdate in CentOS 5.5

The linux command "rdate" is very useful to quickly sync your server time clock with an NTP...

cPanel Log Locations

cPanel Installation Logs: Code: /var/log/cpanel-install-thread0.log Apache: Code:...