W: GPG error: http://archive.ubuntu.com/ubuntu bionic-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3B4FE6ACC0B21F32

Choi Rim·2022년 7월 3일
0

Error

목록 보기
4/4

ec2안에서 sudo apt-get update 했을 시 발생하는 GPG error

$ sudo apt-get update
W: GPG error: http://archive.ubuntu.com/ubuntu bionic-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3B4FE6ACC0B21F32

위 오류에서는 3B4FE6ACC0B21F32 키가 누락되었다고 알려준다.

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32

위 명령어로 누락된 키를 넣어주면 정상적으로 실행된다.


참고 https://chrisjean.com/fix-apt-get-update-the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available/

profile
https://rimi0108.github.io/

0개의 댓글