728x90
반응형
■ 개요
- Yum 실행 시 "YumRepo Error: All mirror URLs are not using ftp, http[s] or file. ~" 오류 발생
- CentOS 6.* 버전에 대하여 유지관리업데이트 지원이 종료 (2020.10.30 종료)
■ 오류 내용
Loaded plugins: aliases, changelog, fastestmirror, kabi, ovl, presto, refresh-packagekit, security, tmprepo, verify, : versionlock
Loading support for CentOS kernel ABI
Setting up Install Process
Determining fastest mirrors
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/repo/arch combination/
removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt
Error: Cannot find a valid baseurl for repo: base
|
■ 해결 방법
1. 사용하는 OS Bit 확인
getconf LONG_BIT
2. Bit에 맞는 아래 명령어 실행
- 32Bit
echo "https://vault.centos.org/6.10/os/i386/" > /var/cache/yum/i386/6/base/mirrorlist.txt
echo "http://vault.centos.org/6.10/extras/i386/" > /var/cache/yum/i386/6/extras/mirrorlist.txt
echo "http://vault.centos.org/6.10/updates/i386/" > /var/cache/yum/i386/6/updates/mirrorlist.txt
- 64bit
echo "https://vault.centos.org/6.10/os/x86_64/" > /var/cache/yum/x86_64/6/base/mirrorlist.txt
echo "http://vault.centos.org/6.10/extras/x86_64/" > /var/cache/yum/x86_64/6/extras/mirrorlist.txt
echo "http://vault.centos.org/6.10/updates/x86_64/" > /var/cache/yum/x86_64/6/updates/mirrorlist.txt
■ 캡쳐
728x90
반응형
'■ IT 가이드 > Unix-Linux OS' 카테고리의 다른 글
[Unix] du 명령어 (용량 확인) (0) | 2021.12.29 |
---|---|
[Unix] df 명령어 (디스크 여유용량 확인) (0) | 2021.12.29 |
[Unix] cp 명령어 가이드 (파일/폴더 복사) (0) | 2021.12.29 |
[Unix] 시스템 종료 / 재부팅 방법 가이드 (0) | 2021.12.28 |
[Unix] 서버 및 DB 접속 속도가 느린 경우 처리 가이드 (0) | 2021.12.28 |
댓글