parrot 操作系统更新错误,没有公钥

parrot 操作系统更新错误,没有公钥
Get:1 https://deb.parrot.sh/parrot rolling InRelease
Err:1 https://deb.parrot.sh/parrot rolling InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 363A96A5CEA9EA27
Get:2 https://deb.parrot.sh/parrot rolling-security InRelease
Err:2 https://deb.parrot.sh/parrot rolling-security InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 363A96A5CEA9EA27
Fetched 23.0 kB in 2s (11.2 kB/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done

答案1

无论出于何种原因,该密钥目前在 ubuntu 密钥服务器上不可用。

这个有效:

sudo apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 363A96A5CEA9EA27

答案2

我遇到了同样的问题,我检查了一下,这个有效 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 363A96A5CEA9EA27

相关内容