앵무새 운영 체제 업데이트 오류, 공개 키 없음

앵무새 운영 체제 업데이트 오류, 공개 키 없음
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

어떤 이유로든 현재 우분투 키 서버에서는 해당 키를 사용할 수 없습니다.

이것은 작동합니다 :

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

관련 정보