web-dev-qa-db-fra.com

Erreur après avoir exécuté la commande KALI LINUX UPDATE

J'ai téléchargé l'image Kali Linux et Kali Linux VM image plus de 7 fois, mais il affiche la même erreur jamais temps que je gère apt-get update commande après l'installation correctement.

Get:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease [30.5 kB]

Err:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease

  The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>

Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease  The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
W: Some index files failed to download. They have been ignored, or old ones used instead
2
vikas

Votre package de porte-clés d'archivage est obsolète, vous devez donc ajouter la nouvelle clé de référentiel à votre système:

wget -q -O - https://archive.kali.org/archive-key.asc  | apt-key add
6
vautee