centos 6 - yum update 오류 발생시 해결방법
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
yum update
'Dev Tips > xUnix' 카테고리의 다른 글
centos - sshfs 로 원격 디스크 마운트하기 (0) | 2020.04.17 |
---|---|
SSH 접속시 - permissions 0xxx for are too open 오류 발생시 (0) | 2020.04.17 |