CentOS 6 停产后如何修复yum?

2025-05-27 0 95

CentOS 6 停产后如何修复yum?

概述

CentOS 6 停产后如何修复yum?

CentOS 开发者邮件列表显示,CentOS 6 已于11月30日 EOL,如果由于某种原因,您被困在 CentOS 操作系统的现在EOL(生命的尽头)版本,您将无法再yum upgrade成功运行。yum upgrade在 CentOS 6 中运行将产生以下结果:

YumRepo Error: All mirror URLs are not using ftp, http[s] or file.

Eg. Invalid release/repo/arch combination/

removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt

Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again

CentOS 6 停产后如何修复yum?

更换yum

CentOS官方:http://vault.centos.org/

阿里云镜像:

http://mirrors.aliyun.com/centos-vault/

CentOS 6 停产后如何修复yum?

1、关闭fastestmirror

  1. [root@localhost~]#vi/etc/yum/pluginconf.d/fastestmirror.conf
  2. [main]
  3. enabled=0#修改为0
  4. verbose=0

2、替换为官方Vault源

  1. mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.bak
  2. #替换为官方Vault源
  3. wget-O/etc/yum.repos.d/CentOS-Base.repohttps://static.lty.fun/%E5%85%B6%E4%BB%96%E8%B5%84%E6%BA%90/SourcesList/Centos-6-Vault-Official.repo

3、替换为阿里云Vault镜像

  1. wget-O/etc/yum.repos.d/CentOS-Base.repohttps://static.lty.fun/%E5%85%B6%E4%BB%96%E8%B5%84%E6%BA%90/SourcesList/Centos-6-Vault-Aliyun.repo

修复 EPEL 存储库

  1. curlhttps://www.getpagespeed.com/files/centos6-epel-eol.repo–output/etc/yum.repos.d/epel.repo

修复 SCLO 存储库

包含较新编译软件的存储库gcc可通过 Software Collections 获得。

但是,它的存储库同样消失了。改用 Vault 存储库:

  1. yum-yinstallcentos-release-scl
  2. curlhttps://www.getpagespeed.com/files/centos6-scl-eol.repo–output/etc/yum.repos.d/CentOS-SCLo-scl.repo
  3. curlhttps://www.getpagespeed.com/files/centos6-scl-rh-eol.repo–output/etc/yum.repos.d/CentOS-SCLo-scl-rh.repo

原文链接:https://www.toutiao.com/a6994404327888552459/

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

快网idc优惠网 建站教程 CentOS 6 停产后如何修复yum? https://www.kuaiidc.com/56837.html

相关文章

发表评论
暂无评论