0

Software Centre will not download anything at all. Gives an error message saying it 'Failed to download package - Check internet connection'. And, sometimes, if you try again, 'involves downloading untrusted packages'.

Any ideas?

George
  • 1
  • Possible duplicate: http://askubuntu.com/questions/15099/why-does-it-always-say-requires-installation-of-untrusted-packages-and-not-let – Knowledge Cube Nov 16 '11 at 12:12

1 Answers1

1

Software Center not downloading .

Failed to download package files.

Check your Internet connection..


Run the following commands (saves a backup of the old lists and creates a new lists folder) and the BADSIG error does not occur:

cd /var/lib/apt .
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get update
One Zero
  • 27,153
  • 26
  • 88
  • 109