查看centos版本

cat /etc/centos-release

centos下yum执行报错:Failed to download metadata for repo

 

 下载新的CentOS.repo

根据自己的centos版本下载对应的,可在 https://mirrors.aliyun.com/repo/ 下查看已有aliyun已提供的版本。之前下载的 ​​Centos-8.repo​​​ 后,仍会一直报各种安装更新错误找不到源的情况,改为 ​​Centos-vault-8.5.2111.repo​​ ,问题就不存在了。

wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo

运行 yum makecache 生成缓存

yum makecache