Centos7 epel source configuration
For CentOS6, edit/etc/yum. repos. d/epel. repo and enter the following content.
[epel]
name=ExtraPackages
for
EnterpriseLinux6-$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=ExtraPackages
for
EnterpriseLinux6-$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=ExtraPackages
for
EnterpriseLinux6-$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
Then run yum clean all
Yum makecache
Centos7 epel Source
Edit/etc/yum. repos. d/epel. repo
[epel]
name=ExtraPackages
for
EnterpriseLinux7-$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=ExtraPackages
for
EnterpriseLinux7-$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=ExtraPackages
for
EnterpriseLinux7-$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