- 备份CentOS-Base.repo文件
# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak
- 下载阿里yum源配置
# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
tips: 如果没有 wget 命令,先执行 yum install wget -y 安装wget命令。
- 清除缓存
# yum clean all
- 重新缓存
# yum makecache
- 更新yum源
# yum update -y