程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程解疑 >> centos-Linux下 yum報錯 [Errno 14] HTTP Error 404 - Not Found

centos-Linux下 yum報錯 [Errno 14] HTTP Error 404 - Not Found

編輯:編程解疑
Linux下 yum報錯 [Errno 14] HTTP Error 404 - Not Found

有哪位大神出面幫我解決一下此問題,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,以上是依據我對問題的理解給出的答案,如果解決了你的問題,望采納。

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved