1,登陆root帐号
2,cd /etc/yum.repo.d
3,mv CentOS-Base.repo CentOS-Base.repo.bak
4,wget http://mirrors.aliyun.com/repo/Centos-7.repo
5,mv Centos-7.repo CentOS-Base.repo
6, yum clean all
7, yum makecache
8,yum update
4~5步骤可以wget一步到位的
Posted ianduin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7 修改yum源为阿里云相关的知识,希望对你有一定的参考价值。
1,登陆root帐号
2,cd /etc/yum.repo.d
3,mv CentOS-Base.repo CentOS-Base.repo.bak
4,wget http://mirrors.aliyun.com/repo/Centos-7.repo
5,mv Centos-7.repo CentOS-Base.repo
6, yum clean all
7, yum makecache
8,yum update
4~5步骤可以wget一步到位的
以上是关于CentOS7 修改yum源为阿里云的主要内容,如果未能解决你的问题,请参考以下文章