Issue
I have installed Sublime
on my machine after unable to install I went to install mysqld i have got the following error:
# yum install mysqld
Loaded plugins: langpacks, refresh-packagekit
Repository sublime2 is listed more than once in the configuration
Repository sublime2-dev is listed more than once in the configuration
Repository sublime2-nightly is listed more than once in the configuration
fedora/20/x86_64/metalink | 8.5 kB 00:00:00
google-chrome | 951 B 00:00:00
http://repo.cloudhike.com/sublime2/fedora/20/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/20/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
How do I reset yum
and install sublime
in Fedora 20?
Solution
Looks like not all your repos are valid and some of them are duplicated.
Have a look at yum-config-manager, at the files in /etc/yum.repos.d/ and at /etc/yum.conf
Answered By - Bogdan Answer Checked By - Marie Seifert (WPSolving Admin)