Linux ETC

"The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA"
에러 메시지 발생 시

아래와 같이 키를 import 해주시기 바랍니다.

# apt-get install debian-archive-keyring

# wget -q http://backports.debian.org/debian-backports/dists/squeeze-backports/Release.gpg -O -|apt-key add -

# gpg --keyserver subkeys.pgp.net --recv-keys AED4B06F473041FA

# gpg --armor –-export AED4B06F473041FA | apt-key add -