华为云 yum报错 Error: Failed to download metadata for repo ‘epel’: Cannot download repomd.xml

helei 2023-3-15 586 3/15
cd /etc/yum.repos.d

mkdir yumbak

mv *.repo yumbak

wget -O /etc/yum.repos.d/CentOS-Base.repo https://repo.huaweicloud.com/repository/conf/CentOS-8-reg.repo

sed -i "s/\$releasever/8-stream/g" /etc/yum.repos.d/CentOS-Base.repo

yum clean all

yum makecache

yum list
- THE END -

helei

3月15日16:31

最后修改:2023年3月15日
0