Tag: CentOS7-epel
CentOS7 epel镜像源,架构为 x86_64 ,建议先备份 /etc/yum.repos.d/ 内的文件,然后编辑 /etc/yum.repos.d/ 中的相应文件。 CentOS7 epel aliyun mirrors 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 huawei mirrors wget -O /etc/yum.repos.d/epel.repo http://mirrors.crpm.cn/repo/epel-el7-huawei.repo #或者 curl…