CentOS 6 가 지원이 중지되면서 설치하고 패키지 설치 및 업데이트시에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.txtError: Cannot find a valid baseurl for repo: base위와 같은 오류가 남.리포지터리 리스트를 따로 넣어줘야 함총 3개를 넣어줘야 하는데 한번에는 안되고 순서대로 실행1. echo "https://vault.centos.org/6.10/os/x86_64/" > /var/cache/yum/x86_64/6/base/mirrorlist.txt2. yum -y update(에러 발생)3. echo "http://vaul..........
원문 링크 : CentOS 6 YumRepo Error 해결