美文网首页
Centos7下修改yum源为阿里巴巴

Centos7下修改yum源为阿里巴巴

作者: pandaAnthony | 来源:发表于2017-11-09 15:30 被阅读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

    相关文章

      网友评论

          本文标题:Centos7下修改yum源为阿里巴巴

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