0

I am new to Ubuntu so I'm not sure why I keep getting this every time I try to install/upgrade something. Below is just an example of the error:

W: Failed to fetch http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/saucy/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/saucy/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

Any ideas?

Flyk
  • 1,480
sj4444
  • 1

1 Answers1

2

That ppa is only available for Ubuntu up to 12.10 - http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/. As it is not supported, you might as well just remove it.

Open 'Software & Sources'
Search for it and open it in Dash

Then under the the Other Software tab, untick/remove the following: 'ppa.launchpad.net/deluge-team/ppa/ubuntu saucy main' and 'ppa.launchpad.net/deluge-team/ppa/ubuntu saucy main (Source Code)'

Exit, and press the Reload, or exit and run sudo apt-get update.

You may also be able to remove it by running:

sudo ppa-purge ppa:deluge-team/ppa
sudo apt-get update
Wilf
  • 30,194
  • 17
  • 108
  • 164