5/20/2009

HOWTO solve gpg error message

error message
W: GPG error: http://ppa.launchpad.net hardy Release: 다음 서명들은 공개키가 없기 때문에 인증할 수 없습니다: NO_PUBKEY 60D11217247D1CFF
W: apt-get update를 실행하면 이 문제를 바로잡을 수도 있습니다.

solution
gpg --keyserver subkeys.pgp.net --recv 60D11217247D1CFF
gpg --export --armor 60D11217247D1CFF | sudo apt-key add -
** The keys (blue in above command) are to be replaced to match with the error message.

댓글 1개:

미노루 :

덕분에 저장소 업데이트시 뜨는 문제 해결했습니다...^^;

감사합니다~