To install the Extra Packages for Enterprise Linux (EPEL) repository on Red Hat Enterprise Linux (RHEL) 8, follow these steps:
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpmSource:www.lautturi.com
rpm
command:sudo rpm -Uvh epel-release-latest-8.noarch.rpm
yum repolist
This will list all of the enabled repositories on your system. The EPEL repository should be listed among them.
yum
command as you would with any other repository. For example:yum install package-name