INSTALLATIONS

Install EPEL Repo on CentOS

Install EPEL
Install EPEL

Install EPEL Repo on CentOS

This post will help you to install EPEL Repo on CentOS. EPEL is an open source repository project from Fedora. EPEL stands for Extra Packages for Enterprise Linux.

There are two methods for installing EPEL Repo on CentOS:

Method 1

Install the EPEL repo using yum. It is the simplest way and works on all CentOS versions.

 
yum install epel-release

Once it is installed, you can check the repository list by the following command.

 
yum repolist

Method 2

This is the alternate way to enable EPEL. It is done by downloading the RPM. Different EPEL versions can be download from Here.

CentOS 5

 
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-5.noarch.rpm
rpm -ivh epel-release-latest-5.noarch.rpm

CentOS 6

 
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
rpm -ivh epel-release-latest-6.noarch.rpm

CentOS 7

 
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -ivh epel-release-latest-7.noarch.rpm

That’s it!

If you like this post and wish to receive more articles from us, please like our FB page: Grepitout

Your suggestions and feedbacks will encourage us and help to improve further, please feel free to write your comments.

For more details on our services, please drop us an E-mail at info@grepitout.com

3 Comments

Click here to post a comment

Topics