侧边栏壁纸
  • 累计撰写 65 篇文章
  • 累计创建 73 个标签
  • 累计收到 3 条评论

目 录CONTENT

文章目录

解决wsl kali apt报错

孤鸿
2025-05-08 / 0 评论 / 0 点赞 / 28 阅读 / 0 字

执行 apt update 发现报错
image.png
报错信息如下:

Get:1 http://free.nchc.org.tw/kali kali-last-snapshot InRelease [41.5 kB]
Err:1 http://free.nchc.org.tw/kali kali-last-snapshot InRelease
  Sub-process /usr/bin/sqv returned an error code (1), error message is: Missing key 827C8569F2518CC677FECA1AED65462EC8D5E4C5, which is needed to verify signature.
Warning: GPG error: http://free.nchc.org.tw/kali kali-last-snapshot InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Missing key 827C8569F2518CC677FECA1AED65462EC8D5E4C5, which is needed to verify signature.
Error: The repository 'http://http.kali.org/kali kali-last-snapshot InRelease' is not signed.
Notice: Updating from such a repository can't be done securely, and is therefore disabled by default.
Notice: See apt-secure(8) manpage for repository creation and user configuration details.

一开始还以为是源的问题,换成了清华的源还是一样的错误
image.png

于是网上搜索,找到了有效的解决方式,下载一个包安装就好了,当前最新版是个 kali-archive-keyring_2025.1_all

下载地址:Index of /pool/main/k/kali-archive-keyring/
安装完就可以正常的 apt update
image.png

参考链接:解决WSL安装kali-linux apt update 报错 截止到2024年7月CSDN唯一亲测可用_kali an error occurred during the signature verifi-CSDN博客

#博客 #kali #apt

0

评论区