리눅스
YUM EPEL 저장소에서 메타링크를 가져올 수 없는 오류
변군이글루
2024. 5. 28. 21:00
반응형
YUM EPEL 저장소에서 메타링크를 가져올 수 없는 오류
테스트 환경
$ cat /etc/redhat-release
CentOS Linux release 7.9.2009 (AltArch)
$ uname -a
Linux 8ee968aa531f 6.6.26-linuxkit #1 SMP Sat Apr 27 04:13:19 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
YUM EPEL 저장소 메타링크 오류
Cannot retrieve metalink for repository: epel/aarch64. Please verify its path and try again
epel/aarch64 저장소에서 메탈링크를 가져올 수 없다는 오류는 EPEL 저장소 메타데이터에 접근하는 데 문제가 있음을 나타냅니다.
Yum 캐시 삭제 및 재빌드
기존 yum 캐시를 삭제하고 재빌드합니다.
sudo yum clean all
$ sudo yum clean all
Loaded plugins: fastestmirror, ovl
Cleaning repos: base epel extras updates
Cleaning up list of fastest mirrors
sudo yum makecache
참고URL
- Fedora Project Documentation : Extra Packages for Enterprise Linux (EPEL)
728x90
반응형