centos7 修改yum源为阿里源

cd /etc/yum.repos.d

sudo mv CentOS-Base.repo CentOS-Base.repo.bak

sudo wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

sudo wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-7.repo 

yum clean all

yum makecache

 其中第四行为了添加阿里EPEL源,可选

posted @ 2017-04-14 22:55  剑握在手  阅读(9666)  评论(0编辑  收藏  举报
返回顶部↑