Skip to content

Instantly share code, notes, and snippets.

@lym
Last active January 2, 2016 07:19
Show Gist options
  • Save lym/8269619 to your computer and use it in GitHub Desktop.
Save lym/8269619 to your computer and use it in GitHub Desktop.
Fix the Ubuntu GPG BADSIG Error. Adopted from: http://www.ubuntugeek.com/how-to-fix-the-ubuntu-gpg-error-badsig.html
$ sudo -i
# apt-get clean
# cd /var/lib/apt
# mv lists lists.old
# mkdir -p lists/partial
# apt-get clean
# apt-get update
# logout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment