Skip to content

Instantly share code, notes, and snippets.

@BugBuster1701
Created August 5, 2015 14:19
Show Gist options
  • Save BugBuster1701/be6b492fae22017e5999 to your computer and use it in GitHub Desktop.
Save BugBuster1701/be6b492fae22017e5999 to your computer and use it in GitHub Desktop.
Ubuntu: GPG error... signatures were invalid: BADSIG
# W: A error occurred during the signature verification.
# The repository is not updated and the previous index files will be used.
# GPG error: http://de.archive.ubuntu.com precise-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <[email protected]>
# Abhilfe:
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment