Categories
All

Install EPEL on Ubuntu 20.04

Extra Packages for Enterprise Linux (EPEL) is a community-driven repository that provides additional software packages for Linux distributions, including Ubuntu. EPEL is particularly useful for servers, as it provides access to a wide range of software packages that are not included in the default Ubuntu repositories. In this article, we will show you how to install EPEL on Ubuntu 20.04.

Prerequisites

Before we begin, please ensure that your system is running Ubuntu 20.04 and that you have root or superuser access.

Installing EPEL

To install EPEL on Ubuntu 20.04, we will first add the EPEL repository to our system. Here are the steps to do this:

  1. Open a terminal window.
  2. Enter the following command: sudo apt-add-repository -y ppa:rmescandon/yq
  3. Press Enter.

Next, we will update the package list:

  1. Enter the following command: sudo apt update
  2. Press Enter.

Finally, we will install the epel-release package:

  1. Enter the following command: sudo apt install epel-release
  2. Press Enter.

Verifying Installation

To verify that EPEL has been installed correctly, we can check that the repository has been added to our system. Here’s how:

  1. Enter the following command: sudo apt-cache policy epel-release
  2. You should see a message that the package is installed and is up-to-date.

Conclusion

In this article, we have shown you how to install EPEL on Ubuntu 20.04. By installing EPEL, you will have access to a wide range of additional software packages that are not included in the default Ubuntu repositories. This can be especially useful for servers, as it provides a way to easily install and manage additional software.

Leave a Reply

Your email address will not be published. Required fields are marked *