Skip to content

Instantly share code, notes, and snippets.

@SkaTeMasTer
Created February 16, 2019 06:48
Show Gist options
  • Save SkaTeMasTer/93e4d96bce6fa11d7fd179980d1f5632 to your computer and use it in GitHub Desktop.
Save SkaTeMasTer/93e4d96bce6fa11d7fd179980d1f5632 to your computer and use it in GitHub Desktop.
KALI error FIX: Cannot update Kali Linux due to invalid signatures. To fix the issue we had to get a fresh copy of the archive key for Kali repositories and import it into apt.
KALI reports the following error message about PGP key on apt-get:
"The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <devel@kali.org>"
To fix, execute the command:
$ wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment