|
1 2 |
# yum install epel-release # yum repolist |
در صورتی که دستور بالا جواب نداد به صورت زیر عمل کنید :
|
1 2 3 4 |
# cd /tmp # wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm # yum install epel-release-latest-7.noarch.rpm # yum repolist |
Testing in : CentOS Linux release 7.2.1511 (Core)