How to Enable EPEL Repository on RHEL, Rocky & Alma Linux
Jun 27, 2025 am 10:30 AMIn this article, you will learn how to install and activate the EPEL repository on RHEL-based Linux systems in order to install additional standard open-source software using YUM and DNF package managers.
What is EPEL
EPEL (Extra Packages for Enterprise Linux) is a free and open-source community-driven repository project from the Fedora team that offers 100% high-quality supplementary software packages for Linux distributions such as RHEL (Red Hat Enterprise Linux), CentOS Stream, AlmaLinux, and Rocky Linux.
The EPEL project is not affiliated with RHEL/CentOS, but it is developed for major Linux distributions by offering numerous open-source packages like networking tools, sysadmin tools, development tools, monitoring applications, and more. Most of the EPEL packages are managed by the Fedora repository.
Why Use the EPEL Repository?
- Offers many open-source packages installable via Yum and DNF.
- The Epel repo is fully open source and available at no cost.
- It does not contain duplicate core packages and avoids compatibility problems.
- All EPEL packages are maintained by the Fedora repository.
How to Install EPEL Repository on RHEL 9 Systems
To install the EPEL repository on any RHEL-based system, log into your server as a root user and execute the commands listed below based on your version.
Install EPEL Repo on RHEL 9
<code># subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms # dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm</code>
Install EPEL Repo on CentOS Stream 9
<code># dnf config-manager --set-enabled crb # dnf install epel-release epel-next-release</code>
Install EPEL Repo on AlmaLinux 9
<code># dnf config-manager --set-enabled crb # dnf install epel-release</code>
How to Install EPEL Repository on RHEL 8 Systems
For installing the EPEL repository on RHEL 8-based systems, use:
Install EPEL Repo on RHEL 8
<code># subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms # dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm</code>
Install EPEL Repo on CentOS Stream 8
<code># dnf config-manager --set-enabled powertools # dnf install epel-release</code>
Install EPEL Repo on Rocky/AlmaLinux 8
<code># dnf config-manager --set-enabled powertools # dnf install epel-release</code>
How to Install EPEL Repository on RHEL 7 Systems
Install EPEL Repo on RHEL 7
<code># subscription-manager repos --enable rhel-*-optional-rpms \ --enable rhel-*-extras-rpms \ --enable rhel-ha-for-rhel-*-server-rpms # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm</code>
Install EPEL Repo on CentOS 7
<code># yum install epel-release</code>
Install EPEL Repo on CentOS 6.x
<code># yum install epel-release</code>
How Do I Verify EPEL Repo?
Now refresh the software packages and confirm the installation of the EPEL repository by executing the following commands.
<code># yum update # rpm -qa | grep epel</code>
You can also check if the EPEL repository is active by listing all enabled repositories using the command below.
<code># yum repolist</code>
To display the list of packages available in the EPEL repository, run the following command.
<code># dnf --disablerepo="*" --enablerepo="epel" list available OR # yum --disablerepo="*" --enablerepo="epel" list available</code>
Alternatively, you can use the following grep command to look for specific package names as shown.
<code># yum --disablerepo="*" --enablerepo="epel" list available | grep 'htop' OR # dnf --disablerepo="*" --enablerepo="epel" list available | grep 'monitorix'</code>
How Do I Use EPEL Repo to Install Packages?
After successfully installing the EPEL repository, you can install a package using the following command.
<code># dnf --enablerepo="epel" install <package_name> OR # yum --enablerepo="epel" install <package_name></package_name></package_name></code>
For example, to search and install a package called htop – an interactive Linux process-viewer, run the following command.
<code># yum --enablerepo=epel info htop</code>
Now, to install the Htop package, the command would be:
<code># yum --enablerepo=epel install htop</code>
Note: The EPEL configuration file resides under /etc/yum.repos.d/epel.repo.
Conclusion
In this guide, you learned how to install the EPEL repository on RHEL-based distributions. We encourage you to try it out and share your thoughts in the comments section below.
The above is the detailed content of How to Enable EPEL Repository on RHEL, Rocky & Alma Linux. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

When encountering DNS problems, first check the /etc/resolv.conf file to see if the correct nameserver is configured; secondly, you can manually add public DNS such as 8.8.8.8 for testing; then use nslookup and dig commands to verify whether DNS resolution is normal. If these tools are not installed, you can first install the dnsutils or bind-utils package; then check the systemd-resolved service status and configuration file /etc/systemd/resolved.conf, and set DNS and FallbackDNS as needed and restart the service; finally check the network interface status and firewall rules, confirm that port 53 is not

As a system administrator, you may find yourself (today or in the future) working in an environment where Windows and Linux coexist. It is no secret that some big companies prefer (or have to) run some of their production services in Windows boxes an

Built on Chrome’s V8 engine, Node.JS is an open-source, event-driven JavaScript runtime environment crafted for building scalable applications and backend APIs. NodeJS is known for being lightweight and efficient due to its non-blocking I/O model and

In Linux systems, 1. Use ipa or hostname-I command to view private IP; 2. Use curlifconfig.me or curlipinfo.io/ip to obtain public IP; 3. The desktop version can view private IP through system settings, and the browser can access specific websites to view public IP; 4. Common commands can be set as aliases for quick call. These methods are simple and practical, suitable for IP viewing needs in different scenarios.

Linuxcanrunonmodesthardwarewithspecificminimumrequirements.A1GHzprocessor(x86orx86_64)isneeded,withadual-coreCPUrecommended.RAMshouldbeatleast512MBforcommand-lineuseor2GBfordesktopenvironments.Diskspacerequiresaminimumof5–10GB,though25GBisbetterforad

Written in C, MySQL is an open-source, cross-platform, and one of the most widely used Relational Database Management Systems (RDMS). It’s an integral part of the LAMP stack and is a popular database management system in web hosting, data analytics,

Ubuntu has long stood as a bastion of accessibility, polish, and power in the Linux ecosystem. With the arrival of Ubuntu 25.04, codenamed “Plucky Puffin”, Canonical has once again demonstrated its commitment to delivering a

MongoDB is a high-performance, highly scalable document-oriented NoSQL database built to manage heavy traffic and vast amounts of data. Unlike traditional SQL databases that store data in rows and columns within tables, MongoDB structures data in a J
