
The EPEL is an acronym for Extra Packages for Enterprise Linux. The EPEL repository used by the following Linux Distributions:
- Red Hat Enterprise Linux (RHEL)
- CentOS
- Oracle Linux
On the Terminal,
Install EPEL Repository
# yum -y install epel-release
Refresh EPEL Repository
# yum repolist
Install Packages from EPEL Repository
# yum install -y htop
Search and install Package (E.g. htop)
# yum --disablerepo="*" --enablerepo="epel" list available | grep 'htop'