نصب EPEL Repo در CentOS

علی ذوالفقار
1399/01/27 09:31:42 (722)
sudo yum install epel-release or cd /tmp
RHEL 7/CentOS 7/etc: wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
RHEL 6/CentOS 6/etc: wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
RHEL 5/CentOS 5/etc: wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-5.noarch.rpm
Then download the rpm file for installation. The file download depends on what OS version you are using, select from the list bellow:
Once you’ve downloaded the EPEL rpm file for your OS version, you can now install the EPEL repository.
To install the EPEL rpm run:
yum install ./epel-release-latest-*.noarch.rpm
Back