CentOS6 epel mirrors
CentOS6 epel镜像源,架构为 x86_64 ,建议先备份 /etc/yum.repos.d/ 内的文件,然后编辑 /etc/yum.repos.d/ 中的相应文件。
CentOS6 epel 腾讯云源地址
wget -O /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el6-tx.repo
#或者
curl -o /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el6-tx.repo
#运行
yum makecache 生成缓存
CentOS6 epel fedora源地址
wget -O /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el6-fp.repo
#或者
curl -o /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el6-fp.repo
#运行
yum makecache 生成缓存
CentOS6 epel kernel源地址
wget -O /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el6-kernel.repo
#或者
curl -o /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el6-kernel.repo
#运行
yum makecache 生成缓存
Statement:All articles on this site, without special instructions or annotations, are original publications on this site. Any individual or organization, without the consent of this site, is prohibited from copying, misappropriating, collecting, and publishing the content of this site to any website, book and other media platforms. If the content of this site violates the legitimate rights and interests of the original author, you can contact us for processing.Email:ppabc8@gmail.com