-1

it gives me this error:

Get:1 http://kali-za.bitcrack.net/kali kali-rolling InRelease [30.5 kB]
Err:1 http://kali-za.bitcrack.net/kali kali-rolling InRelease
  The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
Reading package lists... Done
W: GPG error: http://kali-za.bitcrack.net/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
E: The repository 'http://http.kali.org/kali kali-rolling InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

and this is my source list:

deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free
Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
  • according to the answer linked above, because it was not created to be able to do that. **BUT just because a person does not know that, is not a reason to down vote them. They asked the question and *hopefully* now they know.** – ctrl-alt-delor Feb 05 '18 at 17:13

1 Answers1

1

You must download the GPG pubkey related to your error message :

wget -q -O - https://www.kali.org/archive-key.asc | gpg --import

It should work better with this :) BTW not tested on my side but the error message is pretty explicit.