分类
mirror源

CentOS7 epel镜像源

CentOS7 epel镜像源,架构为 x86_64 ,建议先备份 /etc/yum.repos.d/ 内的文件,然后编辑 /etc/yum.repos.d/ 中的相应文件。

CentOS7 epel 阿里云源地址
wget -O /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el7-aliyun.repo
#或者
curl -o /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el7-aliyun.repo
#运行
yum makecache 生成缓存

CentOS7 epel 华为云源地址
wget -O /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el7-huawei.repo
#或者
curl -o /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el7-huawei.repo
#运行
yum makecache 生成缓存

CentOS7 epel 清华源地址
wget -O /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el7-tuna.repo
#或者
curl -o /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el7-tuna.repo
#运行
yum makecache 生成缓存