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.

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

Related Articles

View Server PHP Environment with phpinfo.php

The phpinfo() function outputs a huge amount of information about the system you're using, such...

How to Change Root Password Using SSH

This article explains the method of changing the root password on a Linux Server using SSH....

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...