Welcome to ELRepo
"For the community, by the community."
Welcome to ELRepo, an RPM repository for Enterprise Linux packages. ELRepo supports Red Hat Enterprise Linux and its derivatives (CentOS, Scientific Linux and others).
ELRepo currently focuses on hardware related packages to boost your experience with Enterprise Linux, this includes filesystem drivers, network drivers, webcams and video drivers.
Get started
To install ELRepo for RHEL5, CentOS-5 or SL5:
Import the public key:
Repository contents
ELRepo contains 2 channels. You can browse the contents by clicking on the name.
elrepo is the default channel and contains a variety of kmod kernel driver packages to enhance hardware support for Enterprise Linux. This channel is disabled by default and may be enabled in /etc/yum.repos.d/elrepo.repo or used with 'yum --enablerepo=elrepo'.
For example, to install kmod-r8168 Realtek r8168 nic driver from the elrepo channel:
yum --enablerepo=elrepo install kmod-r8168
|
Depending on the package being installed or the repository setup, it might be necessary to disable non-elrepo repositories:
yum --disablerepo=\* --enablerepo=elrepo install nvidia-x11-drv
|
The elrepo-testing channel provides testing packages yet to be released to the main elrepo channel and is disabled by default. The channel may be enabled in /etc/yum.repos.d/elrepo.repo or used with 'yum --enablerepo=elrepo-testing'.
Need help?