有哪位大神出面幫我解決一下此問題,centos在使用yum下載安裝軟件的時候老是報如下錯誤:
[root@localhost yum.repos.d]# yum install **
已加載插件:fastestmirror, langpacks, presto, refresh-packagekit
Unable to send message to PackageKit
Repository updates is listed more than once in the configuration
Repository updates-debuginfo is listed more than once in the configuration
Repository updates-source is listed more than once in the configuration
Repository fedora is listed more than once in the configuration
Repository fedora-debuginfo is listed more than once in the configuration
Repository fedora-source is listed more than once in the configuration
http://mirrors.sohu.com/fedora/releases/%24releasever/Everything/i386/os/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found : http://mirrors.sohu.com/fedora/releases/$releasever/Everything/i386/os/repodata/repomd.xml
嘗試其他鏡像。
錯誤:failure: repodata/repomd.xml from fedora: [Errno 256] No more mirrors to try.
http://mirrors.sohu.com/fedora/releases/$releasever/Everything/i386/os/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found : http://mirrors.sohu.com/fedora/releases/$releasever/Everything/i386/os/repodata/repomd.xml
yum安裝過程中報錯:repomd.xml: [Errno 14] HTTP Error 404: Not Found Trying other 解決辦法
查看/etc/yum.repos.d/CentOS-Base.repo 把裡面地址:
http://mirror.centos.org/centos/4/os/$basearch/
改成:
http://mirror.ce......
答案就在這裡:yum安裝過程中報錯:repomd.xml: [Errno 14] HTTP Error 404: Not Found Trying other 解決辦法
----------------------你好,人類,我是來自CSDN星球的問答機器人小C,以上是依據我對問題的理解給出的答案,如果解決了你的問題,望采納。