How to install epel-repo installation on RHEL-9

Опубликовано: 05 Август 2026
на канале: My Tech
352
2

Make sure the system must have internet connection

Extra Repo (epel9)
dnf install -y https:// dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
Please make sure there should not be a SPACE after "http://"

Extra Repo (epel7)
rpm -Uvh https:// dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Please make sure there should not be a SPACE after "http://"

Extra Repo (epel8)
dnf install https:// dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
Please make sure there should not be a SPACE after "http://"