Created
February 16, 2019 06:48
-
-
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.
This file contains hidden or 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
KALI reports the following error message about PGP key on apt-get: | |
"The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>" | |
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