美文网首页
CentOS7 更换yum源

CentOS7 更换yum源

作者: 山高路远_海深不蓝 | 来源:发表于2019-08-24 12:53 被阅读0次

    备份默认源文件

    • 进入yum.repos.d文件夹

    cd /etc/yum.repos.d/

    mv CentOS-Base.repo CentOS-Base.repo.backup

    下载yum源

    • 网易源

    wget http://mirrors.163.com/.help/CentOS7-Base-163.repo

    • 阿里源

    wget http://mirrors.aliyun.com/repo/Centos-7.repo

    更新yum

    • 生成缓存

    yum makecache

    错误反馈

    • yum 进程被占用

    rm -f /var/run/yum.pid

    • 一直报错,使用的是google的镜像

    cd /etc/yum.repos.d/

    rm -f google-chrome.repo

    相关文章

      网友评论

          本文标题:CentOS7 更换yum源

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