Difference between revisions of "Install Remi and EPEL yum repo"

From Brian Nelson Ramblings
Jump to: navigation, search
(Additional Reads You may Enjoy)
 
Line 44: Line 44:
 
* [[Creating Backups using rsync with Examples]]
 
* [[Creating Backups using rsync with Examples]]
 
* [[Expand your bash_history to 2500]]
 
* [[Expand your bash_history to 2500]]
 +
 +
[[Category:Centos]]

Latest revision as of 14:51, 14 March 2014

Install EPEL and REMI Yum Repos

Install Yum EPEL and Remi repositories

Adding additional useful repo's on Centos 6 x86_64 and i386

Installing the optional EPEL yum repo

For the x86x64

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

For the i386

wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

Now install them into YUM

rpm -Uvh epel-release-6*.rpm

Installing the optional and useful REMI yum repo

For the x86x64

wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

For the i386

wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

Now install them into YUM

rpm -Uvh remi-release-6*.rpm

Now update your system, usually a large number of packages are available.

Additional Reads You may Enjoy