CentOS6的請編輯/etc/yum.repos.d/epel.repo輸入如下內容centos
[epel]
name=Extra Packages
for
Enterprise Linux 6 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
mirrorlist=https:
//mirrors
.fedoraproject.org
/metalink
?repo=epel-6&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=
file
:
///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
[epel-debuginfo]
name=Extra Packages
for
Enterprise Linux 6 - $basearch - Debug
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch/debug
mirrorlist=https:
//mirrors
.fedoraproject.org
/metalink
?repo=epel-debug-6&arch=$basearch
failovermethod=priority
enabled=0
gpgkey=
file
:
///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
gpgcheck=1
[epel-
source
]
name=Extra Packages
for
Enterprise Linux 6 - $basearch - Source
#baseurl=http://download.fedoraproject.org/pub/epel/6/SRPMS
mirrorlist=https:
//mirrors
.fedoraproject.org
/metalink
?repo=epel-
source
-6&arch=$basearch
failovermethod=priority
enabled=0
gpgkey=
file
:
///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
gpgcheck=1
|
而後執行yum clean allbash
yum makecache便可url
centos7的epel源centos7
編輯/etc/yum.repos.d/epel.repospa
[epel]
name=Extra Packages
for
Enterprise Linux 7 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
mirrorlist=https:
//mirrors
.fedoraproject.org
/metalink
?repo=epel-7&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=0
gpgkey=
file
:
///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
[epel-debuginfo]
name=Extra Packages
for
Enterprise Linux 7 - $basearch - Debug
#baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch/debug
mirrorlist=https:
//mirrors
.fedoraproject.org
/metalink
?repo=epel-debug-7&arch=$basearch
failovermethod=priority
enabled=0
gpgkey=
file
:
///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1
[epel-
source
]
name=Extra Packages
for
Enterprise Linux 7 - $basearch - Source
#baseurl=http://download.fedoraproject.org/pub/epel/7/SRPMS
mirrorlist=https:
//mirrors
.fedoraproject.org
/metalink
?repo=epel-
source
-7&arch=$basearch
failovermethod=priority
enabled=0
gpgkey=
file
:
///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1
|