패키지 업데이트시 특정 모듈에서 다운로드가 안되면서
Cannot download All mirrors were tried 라는 메시지가 포함된 에러가 나올때가 있다
또한 커스텀 repo 설정이 안되는 경우도 있는데
이때 이렇게 해결했다
$ yum remove epel-release -y
$ yum update
오랜만에 yum update (dnf update) 를 실행할시
업데이트가 안되는 문제가 발생할 수 있는데
epel-release repo 를 위 명령어로 삭제하고
다시 yum update 를 치니까 정상적으로 다운로드가 됨
'Linux > CentOS' 카테고리의 다른 글
yum update시 No more mirrors to try 문제해결 (0) | 2023.07.06 |
---|---|
ModSecurity: StatusEngine call failed 문제 임시해결 (0) | 2022.08.18 |
CentOS7 / nginx / mod_security / 컴파일 설치 (0) | 2022.08.18 |
centOS 8 에서 repo 사용시 'AppStream' 에러해결 (0) | 2022.07.23 |