CentOS 源帮助文档
EOL 说明
CentOS Linux 7 已于 2024 年 6 月 30 日维护结束。
CentOS Linux 8 已于 2021 年 12 月 31 日到达生命周期终点 ( EOL )
CentOS Stream 8 构建工作结束时间:2024年5月31日。
在EOL日期到达之后,对应的发行版将被归档,不再提供更新。相应版本的仓库将会被移至 centos-vault,以永久归档。
配置文档
1. 备份系统旧配置文件
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2. 获取对应版本的 CentOS-Base.repo 到 /etc/yum.repos.d/ 目录
CentOS Linux 7
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.tencent.com/repo/centos7_base.repo
CentOS Linux 8
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.tencent.com/repo/centos8_base.repo
CentOS Stream 8
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.tencent.com/repo/centos8-stream.repo
更新缓存
yum clean all yum makecache