0

I am new to linux and have been using fedora for a month or 2. I was installing sublime text and came across a tutorial that ended up not working. However, it left this repository on my system that was required for the tutorial of installing sublime text (that i eneded up not going with, but did try it). Now when I try and install anything the system errors due to this. I have an image where I simply try to install xchat for IRC. This pasted text from my terminal can speak for anything I try to install, as this is the same error I get everytime. Its the "cloudhike" repo lines. It gets to them and just stops. I tried all the research and couldn't find any solutions already.

** from my terminal:

[root@localhost username]# su -c 'yum install xchat' Loaded plugins: langpacks, refresh-packagekit google-chrome | 951 B 00:00
rpmfusion-free-updates | 3.3 kB 00:00
rpmfusion-nonfree-updates | 3.3 kB 00:00
http://repo.cloudhike.com/sublime2/fedora/19/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. Error: failure: repodata/repomd.xml from sublime2: [Errno 256] No more mirrors to try. http://repo.cloudhike.com/sublime2/fedora/19/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found [root@localhost username]#

4

1 回答 1

1

好吧,只需禁用yum回购。就这么简单。您可以使用以下命令执行此操作:

yum-config-manager --disable http://repo.cloudhike.com/sublime2/fedora/sublime2.repo

此页面有更多信息。

此外,发生这种情况的原因是您使用的是 Fedora 19,而 repo 仅支持 Fedora 18。

于 2013-10-04T08:08:56.013 回答