Operating System: Red Hat Enterprise Linux 8.6
Installing EPEL Repo
To install the EPEL repository, login to the RHEL 8.6 server via SSH and run the following command:
1
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
You will be prompted to import the GPG key for the EPEL repository. Confirm and press Enter
Next, update the repositories using the following command:
1
sudo dnf update