Post

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.

1
2
3
4
5
6
7
8
9
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

This post is licensed under CC BY 4.0 by the author.