美文网首页
【转】centos6 yum源不能使用

【转】centos6 yum源不能使用

作者: 狗达Da | 来源:发表于2021-05-14 16:09 被阅读0次

    原文地址:https://developer.aliyun.com/article/779734

    2020年11月30日 centos6各大开源镜像站已经停止维护了 但是阿里源还是可以用的 因为他的centos-vault仓库里放了之前版本的centos的包

    只需要在centos命令行界面下执行一下几条命令

    sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf

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

    curl -o /etc/yum.repos.d/CentOS-Base.repo https://www.xmpan.com/Centos-6-Vault-Aliyun.repo

    yum clean all

    yum makecache

    相关文章

      网友评论

          本文标题:【转】centos6 yum源不能使用

          本文链接:https://www.haomeiwen.com/subject/odbqjltx.html