赞
踩
Failed to download metadata for repo ‘AppStream’ [CentOS]
centos8官网 移除了很多的软件包,导致更新时获取不到软件包
更换国内镜像源
mkdir /etc/yum.repos.d.bak
mv /etc/yum.repos.d/* /etc/yum.repos.d.bak/
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo
sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo
sed -i 's/releasever\//releasever-stream\//g' /etc/yum.repos.d/CentOS-Base.repo
yum clean all
yum makecache
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。