# yum install update
Repository extras is listed more than once in the configuration
CentOS Linux 8 - AppStream 50 B/s | 38 B 00:00
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
yum 설치 하면 위와 같이 에러가 발생 할때가 있다.
서비스 종료로 repo 경로가 변경된 경우가 그렇다.
이럴때는 repo 경로에 있는 파일을 수정 해주면 된다.
sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-Linux-*
sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-*
위와 같이 해서 CentOS 파일을 수정 해주면 된다.
혹 정상 적용이 안된다면 yum.repos.d 폴더 파일 이름으 달라서 그렇다 이름을 보고 변경해주자.
정상적으로 yum 이 작동 된다.
'Linux' 카테고리의 다른 글
Application secret key is invalid. Please check the configuration details. (0) | 2023.01.22 |
---|---|
nfs chmod: changing permissions of Operation not permitted (0) | 2023.01.20 |
리눅스 환경 CPU 온도 확인하기 xsensors, lm_sensors (0) | 2023.01.09 |
phoronix-test-suite 사용 방법 (0) | 2023.01.08 |
./lmgrd-bash: ./lmgrd: No such file or directory (0) | 2022.11.27 |