centos7 已经停止维护了,现在yum在没有换源的情况下都用不了了。

这时候我们先换到aliyun的源,目前还可以用。
一、备份现有源文件:

sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

二、下载阿里云的源配置文件:

sudo wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

没有安装wget的时候用

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

三、清除缓存并生成新的缓存:

sudo yum clean all
sudo yum makecache
End

本文标题:Centos 7停止维护后的,换源策略

本文链接:https://blog.mhimg.cn/index.php/archives/104.html

除非另有说明,本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议

声明:转载请注明文章来源。

最后修改:2024 年 09 月 01 日
如果觉得我的文章对你有用,请随意赞赏