Introduction
ElRepo is an RPM repository that provides packages for Enterprise Linux operating systems. It supports Red Hat Enterprise Linux (RHEL) and its derivatives (such as CentOS and AlmaLinux).
The ELRepo Project focuses on hardware-related packages to enhance your experience with Enterprise Linux. These include filesystem drivers, graphics drivers, network drivers, sound drivers, webcam drivers, and video drivers. For the purpose of this article, we are only interested in the kernel packages offered by the ELRepo repository.
Procedure
-
To enable the repository, you will first need to import the public key:
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
Detailed info on the GPG key used by the ELRepo Project can be found on this page:
GPG KeyIf you have a system with Secure Boot enabled, please see the SecureBootKey page here:
SecureBootKey -
You can then install the ELRepo repository using these methods for the OS you are using.
OS 8 releases:
yum install https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm
OS 7 releases:
yum install https://www.elrepo.org/elrepo-release-7.el7.elrepo.noarch.rpm
- To make use of ELRepo's mirror system, you also need to install the yum-plugin-fastestmirror package.
yum install yum-plugin-fastestmirror
Comments
0 comments
Article is closed for comments.