Created
August 5, 2015 14:19
-
-
Save BugBuster1701/be6b492fae22017e5999 to your computer and use it in GitHub Desktop.
Ubuntu: GPG error... signatures were invalid: BADSIG
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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