yum 을 사용하는데 다음과 같은 오류가 생겼다.
all mirror URLs are not using ftp, http[s] or file.
centos bit 확인
$ getconf LONG_BIT
32bit
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
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
반응형
'프로그래밍 언어 > Linux' 카테고리의 다른 글
리눅스 환경변수 설정 env (0) | 2021.05.18 |
---|---|
centos7 postgresql 설치하기 (0) | 2021.05.12 |
리눅스에서 GPU 사용량 확인하기 nvidia-smi (0) | 2021.05.04 |
centos7 에서 방화벽 포트 오픈하기 (0) | 2021.05.04 |
주피터랩(jupyter lab) 설치하기 (0) | 2021.05.03 |