centos8 yum报错:Failed to download metadata for repo 'AppStream'

CentOS Linux 8 had reached the End Of Life (EOL) on December 31st, 2021. It means that CentOS 8 will no longer receive development resources from the official CentOS project. After Dec 31st, 2021, if you need to update your CentOS, you need to change the mirrors to vault.centos.org where they will be archived permanently.

唉,用了这么多年的centos8也EOL了~ 

cd /etc/yum.repos.d/
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum update -y

 参考:https://techglimpse.com/failed-metadata-repo-appstream-centos-8/

posted @ 2022-02-10 15:28  eatpockyboy  阅读(872)  评论(0编辑  收藏  举报