The first post in this May, because I'm in the holiday period and there is no internet connection at home. hehe: D
In this post, I want to share a little trick How To Overcome GPG Errors on Ubuntu LTS 12:04. Usually this error GPG issue occurs when you add the PPA to your Ubuntu either expired or has experienced. See the picture below:
Cara mengatasinya cukup mudah, hanya perlu mengetikkan beberapa baris perintah di terminal. Pertama-tama ketikkan ini :
gpg --keyserver keyserver.ubuntu.com --recv Key GPG
Yang saya tandai merah itu kalian isi dengan Key GPG yang error. Misalnya pada gambar dibawah ini (lihat yang saya tandai), key GPG yang error adalah 5A9A06AEF9CB8DB0 :
So that you type in the terminal are:
gpg - keyserver keyserver.ubuntu.com - recv 5A9A06AEF9CB8DB0
Later results will be as follows:
After that, consider requesting key section (see I marked below) that shows the code F9CB8DB0
Type Commands belong the requesting key on it your :
gpg --export --armor F9CB8DB0 | sudo apt-key add -
Finally update repositori :
sudo apt-get update
if it's done ,you got your own hehehe :D
GOOD LUCK :)
0 komentar:
Posting Komentar