1.Error
# dnf update -y CentOS Linux 8 - AppStream 6.3 B/s | 38 B 00:06 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist #
2.mirrorlistのURLを書き換え
# sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* # sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*
3.再度update
# dnf update -y