0

When I run the command apt-get update.Error occurred

root@ubuntu:~# apt-get update


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

I am unable to solve this problem.could anyone help me?

Maythux
  • 84,289

1 Answers1

0

Find out what's causing the error. There must be some broken PPAa. To see these PPAs when you run sudo apt-get update, look at the lines that say

W: Failed to fetch: 'url of ppa'

Now go to Software & Updates > Other Software and remove the conflicting PPAs.

If the error is causing because of the presence of unsupported packages, remove that package in the sources.lst. TO do this type:

sudo gedit /etc/apt/sources.list

search for the missing package (http://security.ubuntu.com/ubuntu/dists/maverick-security/restricted/binary-i386/Packages.gz in this case) and remove the line containing this entry.

Ron
  • 20,638