美文网首页
centos更换yum源

centos更换yum源

作者: 夜空最亮的9星 | 来源:发表于2018-09-07 17:55 被阅读7次

    更换系统默认yum 源

    更换yum源为阿里云yum源

    备份系统默认的yum源

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

    下载阿里云yum源

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

    添加 epel 源

       yum -y install epel-release.noarch
    

    常用的yum源

        epel源:https://fedoraproject.org/wiki/EPEL
        repoforge源:http://repoforge.org/use/
    

    清理缓存

     yum clean all
    

    生成新的缓存

     yum makecache
    

    原文链接

    相关文章

      网友评论

          本文标题:centos更换yum源

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