使用yum安装报错如下:
[root@localhost ~]# yum install gcc 已加载插件:fastestmirror Loading mirror speeds from cached hostfile * base: ftp.sjtu.edu.cn * extras: ap.stykers.moe * updates: ap.stykers.moe http://mirrors.njupt.edu.cn/centos/7.7.1908/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found 正在尝试其它镜像。 To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. http://mirrors.cqu.edu.cn/CentOS/7.7.1908/os/x86_64/repodata/repomd.xml: [Errno14] HTTP Error 404 - Not Found 正在尝试其它镜像。 http://mirrors.cn99.com/centos/7.7.1908/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found 正在尝试其它镜像。 http://mirrors.zju.edu.cn/centos/7.7.1908/os/x86_64/repodata/repomd.xml: [Errno14] HTTP Error 404 - Not Found 正在尝试其它镜像。
解决方法:
在使用yum安装软件包时提示标题所示的错误信息,原因估计是yum查找软件包依赖时使用的是过时的缓存,清空更新之后,再次安装软件,问题消失,
具体指令如下:
# yum clean all # yum update
更新完成后,重新执行命令