美文网首页
更换阿里云源

更换阿里云源

作者: 兔头咖啡 | 来源:发表于2017-12-23 14:00 被阅读0次

    CentOS

    yum install wget
    cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
    wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo  
    wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-7.repo 
    yum clean all
    yum makecache
    
    yum update -y
    

    ubuntu

    vim /etc/apt/source.list
    # 编辑模式
    :%s/us.archive.ubuntu/mirrors.aliyun/g
    
    sudo apt update
    sudo apt upgrade -y
    

    相关文章

      网友评论

          本文标题:更换阿里云源

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