aws, amazon linux 2,

Enable EPEL on Amazon Linux 2

Apr 07, 2022 · 1 min read · Post a comment

Using EPEL package repository can be very beneficial. EPEL contains all the common packages that you may want to install. Unfortunately, EPEL is disabled in Amazon Linux 2. Let’s see how to enable it.

Prerequisites

  • Amazon Linux 2
  • sudo privileges

Enable EPEL on Amazon Linux 2

Step 1. First, install the EPEL package:

sudo amazon-linux-extras install epel -y

Step 2. Once is installed, we can enable it with:

sudo yum-config-manager --enable epel

Step 3. To check if EPEL is enabled, list the repositories.

sudo yum repolist

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.