For a Linux user, a software repository (a "repo" for short) is the quickest and easiest way to discover and install new applications. Linux projects like Fedora tend to have vast repositories because part of the value of a community-supported distribution is the ability and willingness to test up-and-coming application releases.
Red Hat Enterprise Linux (RHEL), which is usually selected for its reliability and stability, tends to be strict about what makes it into its repositories because quality is paramount. If your RHEL server is running mission-critical applications, then using tried and tested software from official repositories is a valuable strategy.
However, there's more software out there than what's in the official repositories, and sometimes it's useful to have access to a wider range of choices, especially during development and testing, not to mention just general everyday use.
[ Get the guide to installing applications on Linux. ]
What is EPEL
Extra Packages for Enterprise Linux (EPEL) is a repository maintained by Fedora packagers for use with CentOS Stream and RHEL. It's an admittedly odd assortment of packages, probably mostly based on what other CentOS Stream and RHEL admins happen to be using. Personally, I find it indispensable whether it's because I want to install the excellent inxi
command or the entire KDE Plasma Desktop.
[ Want to test your sysadmin skills? Take a skills assessment today. ]
Install EPEL in 3 easy steps
-
First, enable the CodeReady Linux Builder repository. You already have access to it; you just need to enable it.
On CentOS Stream:
$ sudo dnf config-manager --set-enabled crb
On RHEL:
$ sudo subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms
-
Next, install the EPEL RPM.
On CentOS Stream:
$ sudo dnf install epel-release epel-next-release
On RHEL:
$ sudo dnf install \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
-
That's it! There isn't actually a third step, so now you can install software from EPEL. For example, here's how to install
inxi
, a handy command to gather system stats:$ sudo dnf install inxi
[ No-cost online course: Red Hat Enterprise Linux technical overview. ]
EPEL for better living
The EPEL repository is a great convenience repo to help you get the software you may not necessarily need but definitely want. The first thing I installed on my RHEL laptop was EPEL, and I love the applications it makes available to me.
Try EPEL out, and if you package applications, consider contributing to the repository, so others can benefit from your hard work!
About the author
Seth Kenlon is a Linux geek, open source enthusiast, free culture advocate, and tabletop gamer. Between gigs in the film industry and the tech industry (not necessarily exclusive of one another), he likes to design games and hack on code (also not necessarily exclusive of one another).
More like this
Browse by channel
Automation
The latest on IT automation for tech, teams, and environments
Artificial intelligence
Updates on the platforms that free customers to run AI workloads anywhere
Open hybrid cloud
Explore how we build a more flexible future with hybrid cloud
Security
The latest on how we reduce risks across environments and technologies
Edge computing
Updates on the platforms that simplify operations at the edge
Infrastructure
The latest on the world’s leading enterprise Linux platform
Applications
Inside our solutions to the toughest application challenges
Original shows
Entertaining stories from the makers and leaders in enterprise tech