极简叙事

CentOS 8.5 下载

centos8.5

CentOS 8.5 阿里云源镜像下载地址

系统下载地址

https://mirrors.aliyun.com/centos/8.5.2111/isos/x86_64/CentOS-8.5.2111-x86_64-dvd1.iso

建议更换为阿里云的源

使用方式

# 1. 备份原有配置
mkdir -p /etc/yum.repos.d/backup
mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/backup/ 2>/dev/null

# 2. 下载阿里云 CentOS 8 存档源和 EPEL 源
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo
curl -o /etc/yum.repos.d/epel-archive-8.repo http://mirrors.aliyun.com/repo/epel-archive-8.repo

# 3. 清理并重建缓存
yum clean all && yum makecache

📝 网友评论 (1)

  • H
    HE 2026年05月11日 11:42

    感谢分享🙇‍

✨ 发表评论