Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Debian not updating due to signature (EXPKEYSIG)

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
banderas20
Posts: 111
Joined: 2016-11-10 15:30

[SOLVED] Debian not updating due to signature (EXPKEYSIG)

#1 Post by banderas20 »

Hello!

I've just installed Kali and issued "apt-get update". This is what I get:

Code: Select all

The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <devel@kali.org>
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://archive-4.kali.org/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <devel@kali.org>
W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease  The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <devel@kali.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.
My "sources.list" is:

Code: Select all

deb http://http.kali.org/kali kali-rolling main non-free contrib
I guess I have to add the repository signature, but I don't know how.

¿Any help, please?

Thanks!
Last edited by banderas20 on 2018-08-16 19:52, edited 1 time in total.

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Debian not updating due to signature (EXPKEYSIG)

#2 Post by arochester »

This is Debian User Forums, for people who use Debian, not Debian derivatives.

Please ask Kali Forums >>> https://forums.kali.org/

banderas20
Posts: 111
Joined: 2016-11-10 15:30

Re: Debian not updating due to signature (EXPKEYSIG)

#3 Post by banderas20 »

To whom it may help:

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

Fixes the issue :D

Post Reply