0

Possible Duplicate:
Failed to download package files error

Everytime I try to download something from Ubuntu Software Center it says... Check Your Internet Connection... and shows some PPA Repository error which I tried to fix but still it pop ups everytime...

1 Answers1

0

In the Ubuntu Software Centre, go to the Edit menu and click on Software Sources. Then go to the "Other Software" tab, and remove the ppa's that are failing to download.

If you want to add any of the ppa's again, the best way is usually by running sudo apt-add-repository ppa:someppa/ppa in the terminal. You can usually find the exact ppa:someppa/ppa string on that PPA's launchpad page. This will ensure the PPA gets added with the right signing keys, so it should stop giving you as many warnings.

Marius
  • 1,781