Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist라고 뜨면서 dnf의 install이 되지 않을 때 다음과 같은 문제가 생긴다면 아래와 같이 실행하시면 됩니다.
[root@chhan-c8 ~]# sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-*
[root@chhan-c8 ~]# sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*
만약 stream에 대한 추가 설치가 필요하다면 아래 사이트를 통해 확인하시길 바랍니다.
https://linuxhandbook.com/update-to-centos-stream/
Update CentOS 8 to CentOS Stream [in 3 Easy Steps]
CentOS 8 reaches end of life by the end of 2021. Learn how to update CentOS 8 to CentOS Stream.
linuxhandbook.com
https://forums.centos.org/viewtopic.php?f=54&t=78708
CentOS 8: Failed to download metadata for repo 'appstream' - CentOS
Issues related to applications and software problems and general support jobe Posts: 2 Joined: 2020/10/26 10:55:07 Post by jobe » 2022/01/31 10:34:45 Hi everybody, on my CentOS 8 server (CentOS Linux release 8.5.2111) today I used "dnf update" command, bu
forums.centos.org
1. https://stackoverflow.com/questions/70926799/centos-through-a-vm-no-urls-in-mirrorlist
CentOS through a VM - no URLs in mirrorlist
I am trying to run a CentOS 8 server through VirtualBox (6.1.30) (Vagrant), which worked just fine yesterday for me, but today I tried running a sudo yum update. I keep getting this error for some ...
stackoverflow.com
2. https://chhanz.github.io/linux/2022/02/04/dnf-error-centos-8/
[Linux] CentOS 8: Failed to download metadata for repo 'appstream'
EOS CentOS 8 CentOS 8 은 December 31, 2021 부로 EOS 되었습니다. 지속적인 사용을 위해서는 CentOS 8 Stream 으로 배포판 변경을 해야지 지속적인 지원을 받을 수 있습니다. Error dnf Error: Failed to download metadata fo
chhanz.github.io