问题:
使用yum安装软件时出现如下错误:
http://mirrors.163.com/centos/5/os/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found Trying other mirror.
原因:
yum源失效。
解决方案:
执行如下命令,更新yum源:
#yum clean all #yum makecache #yum update
原文:https://blog.csdn.net/lzm1340458776/article/details/45078479
本文介绍了当使用yum安装软件遇到404错误时的原因及解决方案。通常这种情况是由于yum源失效导致的,可以通过清理并更新yum缓存来解决。

1598

被折叠的 条评论
为什么被折叠?



