Centos7停止维护换源
Centos7停止维护换源
cmyangCentOS 7已于2024年06月30日停止维护
更换为阿里云yum源
备份现有yum源mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
下载阿里云yum源配置文件curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
重新生成缓存yum clean all
yum makecache
验证yum repolist
问题:
yum makecache报错:Cannot find a valid baseurl for repo: centos-sclo-rh/x86_64
1 | cd /etc/yum.repos.d/ |
vim CentOS-SCLo-rh.repo
1 | [centos-sclo-rh] |
再执行yum clean all ,yum makecache