CentOS6的请编辑/etc/yum.repos.d/epel.repo输入以下内容
[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 all
yum makecache即可
centos7的epel源
编辑/etc/yum.repos.d/epel.repo
[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 |