Install EPEL with PowerTools for CentOS 8

This tutorial provides a guide to install EPEL with PowerTools for CentOS 8 VPS or dedicated servers.

Install EPEL Repository on CentOS 8

Installation of EPEL repository is done with the following steps:

  1. Login to SSH as root user.
  2. Run the following command:
    sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

This will download the repository file to /etc/yum.repos.d/epel.repo and enables EPEL repository on the server.

Enable PowerTools for CentOS 8

On CentOS 8 it is recommended to also enable the PowerTools repository since EPEL packages may depend on packages from it.

To do this, run the following command as root user:

sudo dnf config-manager --set-enabled PowerTools

You have now installed EPEL and enabled PowerTools repo on CentOS 8 server.

Launch 100% SSD CentOS VPS from $2.49/mo!

  • centos 8, epel, rpm
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How to Create Sudo User on CentOS

This article provides step-by-step setup guide for adding Sudo user to CentOS system. The sudo...

How to Use Sudo

This article provides a guide to using a Sudo user on CentOS server. From the command line,...

Set Server Time Zones with Timedatectl

This article provides a guide to setting the server time and server time zone settings using...

htaccess RewriteRule Examples

Here are some useful mod_rewrite RewriteRule redirect examples that you can use in your .htaccess...

Using htaccess File to Block IPs

If your webserver is Apache, you may block access to your website from specific IP addresses...