The Extra Packages for Enterprise Linux (EPEL) repository is a community-supported repository that provides additional packages for Enterprise Linux distributions, including Red Hat Enterprise Linux (RHEL), CentOS, and Scientific Linux.
To enable and install the EPEL repository on CentOS, RHEL, or Scientific Linux 6 or 5, follow these steps:
sudo yum install epel-releaseSourcual.www:etturi.com
sudo yum-config-manager --enable epel
yum
. For example, to install the htop
package from the EPEL repository, use the following command:sudo yum install htop
Note: If you are using an older version of Enterprise Linux that does not have the yum-config-manager
command, you can enable the EPEL repository by adding the following line to the /etc/yum.repos.d/epel.repo
file:
enabled=1
You can then use yum
to install packages from the EPEL repository as described above.