Origin


Resu, North Garo Hills, Meghalaya 794108

Wednesday 11 June 2014

The errors after uninstalling satya164's "Elegance Colors" GNOME Shell Theme

A lot who have tried satya164's "Elegance Colors" GNOME Shell Theme in Fedora 20 know that upon doing

#yum update

the errors comes out as follows:


"download.opensuse.org_repositories_home_satya164_elegance-colors_Fedora_20_             | 1.6 kB  00:00:00     
http://download.opensuse.org/repositories/home%3A/satya164%3A/elegance-colors/Fedora_20/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.


 One of the configured repositories failed (added from: http://download.opensuse.org/repositories/home:/satya164:/elegance-colors/Fedora_20/x86_64/),
 and yum doesn't have enough cached data to continue." 

Navigate to

#cd /etc/yum.repos.d

and list them all

#ls

You'll see the following three repo files still there: 

download.opensuse.org_repositories_home_satya164_elegance-colors_Fedora_20_.repo
download.opensuse.org_repositories_home_satya164_elegance-colors_Fedora_20_x86_64_gnome-shell-theme-elegance-colors-2.9-3.2.x86_64.rpm.repo
download.opensuse.org_repositories_home_satya164_elegance-colors_Fedora_20_x86_64_.repo


Next you remove them all

#rm download.opensuse.org_repositories_home_satya164_elegance-colors_Fedora_20_.repo
#rm download.opensuse.org_repositories_home_satya164_elegance-colors_Fedora_20_x86_64_gnome-shell-theme-elegance-colors-2.9-3.2.x86_64.rpm.repo
#rm download.opensuse.org_repositories_home_satya164_elegance-colors_Fedora_20_x86_64_.repo

Do the update

#yum update

And it's done!