美文网首页
centos 7 换yum源

centos 7 换yum源

作者: nikori1990 | 来源:发表于2018-05-29 09:32 被阅读0次

    1、备份

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

    2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/

    wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
    

    3、之后运行yum makecache生成缓存

    yum makecache
    

    如果报错可以使用 yum clean all 清除缓存再 yum makecache

    相关文章

      网友评论

          本文标题:centos 7 换yum源

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