// 아래 명령어 수행 후 다시 시도 해볼 것 echo " /var/cache/yum/x86_64/6/base/mirrorlist.txt echo " /var/cache/yum/x86_64/6/extras/mirrorlist.txt echo " /var/cache/yum/x86_64/6/updates/mirrorlist.txt // gpgcheck 하지 않음으로 변경 find /etc/yum.repos.d/ '*.repo' -exec sed -i "s/gpgcheck=1/gpgcheck=0/g" {} \;