Tag: CentOS6-epel
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…