1、先安装wget,执行命令:"yum install -y wget"。
2、打开阿里镜像:https://developer.aliyun.com/mirror/
3、下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/ 。
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 或者 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo |
4、更新镜像源。
#清除缓存 yum clean all #生成缓存 yum makecache |
原文地址:https://www.cnblogs.com/greamrod/p/12594688.html
时间: 2024-10-09 20:46:27