Nach einem apt-get update wird die folgende Fehlermeldung angezeigt:
Reading package lists... Error!
W: GPG error: http://dl.google.com stable Release: The following signatures were invalid: BADSIG A040830F7FAC5991 Google, Inc. Linux Package Signing Key <linux-packages-keymaster@google.com>
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
Um diesen Fehler zu beheben, die folgenden Schritte ausführen:
- Terminal öffnen
- sudo -i
- Passwort eingeben -> Enter
- Kommandos eingeben:
- apt-get clean
- cd /var/lib/apt
- mv lists lists.old
- mkdir -p lists/partial
- apt-get clean
- apt-get update
Credits:
https://sites.google.com/site/easytipsforlinux/gpg-error-badsig
http://www.ubuntugeek.com/how-to-fix-the-ubuntu-gpg-error-badsig.html