解决CentOS 7停止更新支持后yum源失效, Centos源失效解决方案

[复制链接] |主动推送
查看280 | 回复0 | 2024-9-25 21:39:55 | 显示全部楼层 |阅读模式
最近CentOS 7已经停止更新支持,很操蛋官方也把yum源删除了,目前CentOS 7系统使用yum命令安装软件包提示“Could not resolve host: mirrorlist.centos.org; Unknown error”,因此需要更换yum源。

可以执行以下命令即可更换yum源为CentOS的Vault源(包括CentOS官方和阿里云的源):
  1. wget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.cccyun.cn/repo/Centos-7.repo
复制代码
  1. wget -O /etc/yum.repos.d/epel.repo http://file.kangle.cccyun.cn/repo/epel-7.repo
复制代码

或者

  1. curl -o /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.cccyun.cn/repo/Centos-7.repo
复制代码
  1. curl -o /etc/yum.repos.d/epel.repo http://file.kangle.cccyun.cn/repo/epel-7.repo
复制代码

等待自动安装更新就行了





解决CentOS Stream 8停止更新后无法使用yum命令。
在ssh界面执行以下命令即可更换yum源为CentOS的Vault源:
  1. sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
  2. sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
  3. sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
复制代码

解决CentOS 7停止更新支持后yum源失效.png


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则