Centos6不能使用替换yum源方法(centos更新yum源)

第一步:备份原镜像文件

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak

第二步:下载新的CentOS-Base.repo到/etc/yum.repos.d/

国内:
wget -O /etc/yum.repos.d/CentOS-Base.repo https://www.shnne.com/zb_users/upload/yum/Centos-6-Vault-Aliyun.repo
海外:
wget -O /etc/yum.repos.d/CentOS-Base.repo https://www.shnne.com/zb_users/upload/yum/Centos-6-Vault-Official.repo

第三步:运行yum makecache生成缓存

yum clean all
yum makecache


标签:

上一篇nginx配置防盗链(nginx配置防刷)
下一篇libmcrypt.so.4: cannot open shared object file: No such file or directory

相关文章