[Errno 256] No more mirrors to try [Errno 14] HTTP Error 404: Not Found

[Errno 256] No more mirrors to try
[Errno 14] HTTP Error 404: Not Found

解决方案,网络上大多上给出了方案一和二,但yum 不管执行什么指令都会报上面的错误。这时侯可以采用方案三。

solution 1

yum clean all   or rm -rf /var/cache/yum
yum makecache
yum update

solution 2

#here you maybe need yum install yum-utils
yum-config-manager disable reponame

solution 3

# /etc/yum.conf
rm /etc/yum.repos.d/reponame

你可能感兴趣的:(运维)