【发布时间】:2016-05-03 16:42:24
【问题描述】:
在 CentOS 6.7 上运行。我尝试使用 yum install xterm 安装 xterm,但它给了我一个错误。我尝试 yum install 其他软件包,例如 gcc,显示相同的消息。我注意到它与我刚刚安装的 Dropbox 有关。发生了什么?
[root@localhost william]# yum install xterm
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: repo1.sea.innoscale.net
* extras: linux.mirrors.es.net
* updates: linux.mirrors.es.net
http://linux.dropbox.com/fedora/6/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: Dropbox. Please verify its path and try again
[root@localhost william]# yum update
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Update Process
Loading mirror speeds from cached hostfile
* base: mirrors.usc.edu
* extras: reflector.westga.edu
* updates: mirror.5ninesolutions.com
http://linux.dropbox.com/fedora/6/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: Dropbox. Please verify its path and try again
[root@localhost william]# yum install geany
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: repo1.sea.innoscale.net
* extras: linux.mirrors.es.net
* updates: centos.mirror.lstn.net
http://linux.dropbox.com/fedora/6/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: Dropbox. Please verify its path and try again
【问题讨论】:
标签: repository dropbox