How to install EPEL on AlmaLinux

Installing EPEL on AlmaLinux is simple. Just run the following commands as the root user or a user with root privileges using sudo prefixing the following commands.

dnf install -y epel-release
dnf config-manager --set-enabled powertools

Note: While not required, it is recommended to enable the PowerTools repo as there may be some dependencies that require it.

Was this article helpful?

Yes No