备份原有镜像源:
使用命令cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
备份原有镜像源。 下载新镜像源文件:
可以使用wget
或curl
命令从阿里云等镜像站点下载新的镜像源文件,例如: wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
更新镜像源:
清空缓存:yum clean all
重新构建缓存:
yum makecache
完成以上步骤后,CentOS的镜像源即更换成功。