- 进入到yum源配置文件目录 cd /etc/yum.repos.d/
- 拉取阿里云yum源 wget http://mirrors.aliyun.com/repo/Centos-7.repo
如果wget 不生效,可以执行 yum -y install wget 命令
-
备份原来的yum源配置文件
mv CentOs-Base.repo CentOs-Base.repo.bak -
替换掉系统自带的配置文件
mv Centos-7.repo CentOs-Base.rep -
yum clean all
yum makecache
yum update
来源:CSDN
作者:justLym
链接:https://blog.csdn.net/justLym/article/details/104759520