CentOS 7.9.2009更新仓库已经被移除或者不再维护

http://mirrors.cqu.edu.cn/CentOS/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 503 - Service Unavailable

Trying other mirror.

http://mirrors.jlu.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 14] curl#52 - "Empty reply from server"

Trying other mirror.

http://mirrors.qlu.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

Trying other mirror.

http://mirrors.nju.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

Trying other mirror.

http://mirrors.163.com/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

Trying other mirror.

http://ftp.sjtu.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

Trying other mirror.

http://mirrors.ustc.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

是因为尝试访问的CentOS 7.9.2009更新仓库已经被移除或者不再维护。CentOS 7.9.2009是一个较旧的版本,而CentOS项目已经停止了对CentOS 7的支持,转而推荐用户迁移到CentOS Stream或者其他长期支持(LTS)版本的Linux发行版。

为了解决这个问题,您可以考虑以下几个步骤:

  1. 升级到最新版本:如果您还在使用CentOS 7,建议将系统升级到CentOS 8或更高版本,或者考虑迁移到CentOS Stream。如果您的应用环境不允许直接升级,至少应该尝试迁移到CentOS 7的最后一个支持版本,即使官方支持已经结束,这样可以获得最新的安全更新和软件包。

  2. 使用存档镜像 :如果暂时无法升级系统,可以考虑使用CentOS的存档镜像来获取所需的软件包。例如,您可以更改/etc/yum.repos.d/CentOS-Base.repo文件中的镜像源地址为CentOS的官方存档地址:

    复制代码

    深色版本

    复制代码
    baseurl=http://vault.centos.org/7.9.2009/os/$basearch/
  3. 寻找替代方案:如果您的系统需要长期支持和安全更新,可以考虑迁移到Red Hat Enterprise Linux (RHEL) 或者其他基于RHEL的免费发行版,如AlmaLinux、Rocky Linux等。

  4. 检查网络连接:确保您的网络连接没有问题,有时候网络问题也会导致无法访问镜像源。

  5. 使用本地镜像:如果可能的话,建立一个本地的CentOS软件包镜像服务器,这样可以减少对外部网络的依赖,并且加快软件包的下载速度。

cat /etc/yum.repos.d/CentOS-Base.repo

待尝试修改

相关推荐
良许Linux7 分钟前
C++ 程序员入门需要多久,怎样才能学好?
linux
xujiangyan_11 分钟前
php的高速缓存
linux·服务器·php
阿杜杜不是阿木木18 分钟前
使用ollama部署本地大模型(没有GPU也可以),实现IDEA和VS Code的git commit自动生成
linux·git·vscode·ai·intellij-idea·ollama
红肤色32 分钟前
【网络安全基础】CentOS 7超详细安装教程(含镜像)
linux·运维·服务器·安全·网络安全·centos
良许Linux36 分钟前
为什么不让程序员直接对接客户,而是通过产品经理?
linux
钡铼技术物联网关41 分钟前
告别外置电路:IEPE接口如何重构精密测量生态?
linux·arm开发·5g·边缘计算
程序猿(雷霆之王)1 小时前
Linux——冯 • 诺依曼体系结构&操作系统初识
linux·运维·服务器
宁zz1 天前
乌班图安装jenkins
运维·jenkins
大丈夫立于天地间1 天前
ISIS协议中的数据库同步
运维·网络·信息与通信
cg50171 天前
Spring Boot 的配置文件
java·linux·spring boot