ELRepo is a CentOS Community Approved third-party RPM repository mainly focuses on hardware related packages to enhance your experience with Enterprise Linux.
1. Import the official GPG key of ELRepo Project.
# rpm –import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
2. Run the below commands to Install EPEL Repository to RHEL, CentOS 6 & 7 Systems.
[Install/Enable ELRepo for RHEL 7/CentOS 7]
# rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm
[Install/Enable ELRepo for RHEL 6/CentOS 6]
# rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
3. Run the below command to verify and confirm the ELRepo is installed in your system.
# yum repolist
elrepo ELRepo.org Community Enterprise Linux Reposit 123
4. Use the below command to list out, list of packages available from ELRepo.
# yum –disablerepo=”*” –enablerepo=”elrepo” list available
Please do contact us at [email protected] if you require any further assistance.
Comments are closed.