What is the EPEL repo?

The EPEL (Extra Packages for Enterprise Linux) yum repository is an excellent source for additional packages for CentOS. Instead of having to compile applications that aren’t included in CentOS’ built-in repositories from source, EPEL can be used.

Install/enable the EPEL repo:

1 yum install epel-release -y

 Disable the EPEL repo:

Open /etc/yum.repos.d/epel.repo and set any instance of ‘enabled=1′ to ‘enabled=0′

 

Old Instructions

These are old instructions for installing the EPEL repository RPM. Use this if the above process does not work for you.

The EPEL repo is enabled by simply installing an RPM. Please use the command below to install the EPEL repository on your CentOS server. If you are unsure of your CentOS version or architecture, please click here to find your server’s CentOS version and architecture.

CentOS 6 – 32-bit

 CentOS 6 – 64-bit

 CentOS 5 – 32-bit

 CentOS 5 – 64-bit

After running the above commands for your relevant CentOS version, the following file is created:

/etc/yum.repos.d/epel.repo

The above file can be edited directly to enable or disable the EPEL repo.

Was this answer helpful? 324 Users Found This Useful (0 Votes)