Khalil Majdalawi's Blog Web development,Technology,Games and more…

8Jun/103

How to fix the Ubuntu GPG Error BADSIG

If you are seeing Ubuntu GPG Error BADSIG use the one of the following methods to fix

Error Message:
W: GPG error: http://archive.canonical.com intrepid Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key

Try to run the following commands from terminal

sudo -i
apt-get clean
cd /var/lib/apt
mv lists lists.old
mkdir -p lists/partial
apt-get clean
apt-get update

source

Tagged as: Leave a comment
Comments (3) Trackbacks (0)
  1. man dude i searched the entire web for this solution and it was right near me the whole time hehe

  2. Got me out of a fix. Tried and failed with 3 other fixes before finding this on. Thanks!


Leave a comment

(required)


*

No trackbacks yet.