recently using x64 yum will report a 404 error as shown in 1:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/71/9D/wKioL1XVPkiCYerrAAgXOV2BenY448.jpg "alt=" error message " Style= "margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px; padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px; border-left-width:0px; "/>
Figure-1 Yum Command error message
Because the error type is 404, the first thing to think about is whether the outside of the network does not go, the result canpingThe other virtual machines,yumThe same problem did not occur, and the virtual machine on the error was not impressedyumConfiguration has been modified. Helpless under Search on the Internet, found the following method can solve the problem:
[[email protected] ~]# yum clean all[[email protected] ~]# rpm--rebuilddb[[email protected] ~]# Yum update
whichyum updateThe time will be longer.yum updateAfter success, foundyumand restored the vitality of the past.
Finish.
Resources:
CentOS Yum Error 404
This article is from the "barrel of fake dog excrement" blog, please be sure to keep this source http://xitongjiagoushi.blog.51cto.com/9975742/1686331
A little Talk. (iii)--solving the problem of 404 errors in the yum command under CentOS