View Issue Details

IDProjectCategoryView StatusLast Update
0005257Kali LinuxGeneral Bugpublic2019-02-18 13:38
Reportershanks Assigned Torhertzog  
PriorityhighSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Version2018.4 
Summary0005257: verify signatures failed: No such file or directory
Description

root@kali:~# wget -q -O - https://www.kali.org/archive-key.asc | gpg --import
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key ED444FF07D8D0BF6: public key "Kali Linux Repository <[email protected]>" imported
gpg: Total number processed: 1
gpg: imported: 1
root@kali:~# gpg --fingerprint 7D8D0BF6
pub rsa4096 2012-03-05 [SC] [expires: 2021-02-03]
44C6 513A 8E4F B3D3 0875 F758 ED44 4FF0 7D8D 0BF6
uid [ unknown] Kali Linux Repository <[email protected]>
sub rsa4096 2012-03-05 [E] [expires: 2021-02-03]

root@kali:~# gpg --verify SHA256SUMS.gpg SHA256SUMS
gpg: can't open 'SHA256SUMS.gpg': No such file or directory
gpg: verify signatures failed: No such file or directory

could someone please help me

Activities

elwood

elwood

2019-02-17 05:06

administrator   ~0010312

In your output it says "gpg: can't open 'SHA256SUMS.gpg': No such file or directory". Do you have a SHA256SUMS.gpg file as referenced at https://docs.kali.org/introduction/download-official-kali-linux-images?

Right before the part that has the gpg --verify command that you ran, it mentions "Once you have downloaded both SHA256SUMS and SHA256SUMS.gpg, you can verify the signature as follows:".

Please ensure you are reading the documentation in full, and paying attention to the screen output.

Issue History

Date Modified Username Field Change
2019-02-17 04:51 shanks New Issue
2019-02-17 05:06 elwood Note Added: 0010312
2019-02-18 13:38 rhertzog Assigned To => rhertzog
2019-02-18 13:38 rhertzog Status new => closed
2019-02-18 13:38 rhertzog Resolution open => no change required