13 December 2011

how to install Ubuntu 11.10 Apt-get Update GPG Key Errors and Fix

พอลง Utuntu เสร้จ จะ apt-get update ซะหน่อยดัน ติด error!! 5555

The following signatures were invalid: XXXXXXXXXXXX Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>


เราต้องมา add key ข้างล่างก่อนครับ เปิด Terminal ขึ้นมา แล้วก็จัดการ ซะนะ จากนั้นก็จะสามารถ 
apt-get update
apt-get upgrade ได้แล้วครับ


W: GPG error: http://extras.ubuntu.com oneiric Release: The following signatures                                           couldn't be verified because the public key is not available: NO_PUBKEY xxxxxxxx



key ::> xxxxxxxxxxxxx
gpg --keyserver pgpkeys.mit.edu --recv-key  010908312D230C5F    <====== key
gpg -a --export 010908312D230C5F | sudo apt-key add -
เหตุผลของการ addkey https://help.ubuntu.com/community/SecureApt

No comments:

Post a Comment