Adding the REMI Repository to CentOS / RHEL / RedHat

I am a fan of the REMI Repository. Here are the steps necessary to add, enable and then update your box w/ the latest packages from the REMI Repository.

wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm
/bin/rm epel-release-5-4.noarch.rpm remi-release-5.rpm

perl -pi -e 's/enabled=0/enabled=1/g' /etc/yum.repos.d/remi.repo

yum update
UPDATED – 2010-08-29: Location Updated for the epel-release file

2 thoughts on “Adding the REMI Repository to CentOS / RHEL / RedHat

  1. Just a note, this will also enable remi-test repo, which may not be suitable for everyone. Thanks anyway!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>