Setup and Enable EPEL Repository for RHEL and CentOS versions 7.* and 6.*
I am going to walk you guys thru how we can install additional standard open source packages by using yum command.
For those curious:
EPEL (Extra Packages for Enterprise Linux) is open source and free community based repository project from Fedora team which provides 100% high quality add-on software packages for Linux distribution including RHEL (Red Hat Enterprise Linux), CentOS, and Scientific Linux.
More info at EPEL.
EPEL repository is great because it has lots of open source packages and most important is free !
So how can we use EPEL on our Linux machines?
We need to download the repository file using wget and install it using rpm on your system to enable the EPEL repository.
RHEL and CentOS versions 7.* - 64 Bits
RHEL and CentOS versions 6.* - 64 Bits
RHEL and CentOS versions 6.* - 32 Bits
After install check if the repo is enabled
Now that we have it installed is time to use them
to use the EPEL repo you need to use the --enablerepo option when running the yum package installer.
here we can see information about htop utility.
Next tutorial we will go over some basic yum commands.