Page 3 of 3

Re: Solve missing gpg key error **UPDATED/SIMPLIFIED**

PostPosted: Wed May 20, 2009 11:09 am
by tuxsax
nope, that's an error as if you were trying to access a webpage that doesn't exist, this might be caused by a bad repo maintainance or by a no longer existent repo, sometimes there are temporary lapses when the repo is unreachable but then if you try again the day after it may get back to work.

Re: Solve missing gpg key error **UPDATED/SIMPLIFIED**

PostPosted: Thu Jun 11, 2009 2:42 am
by slingshotsuicide
Zephyr is an animal name? It must be an animal name to be used in Ubuntu release, didn't you realize that?
The last one is "Jaunty Jackalope"

Don't take this too hard tuxsax, but a Zephyr is in fact an animal. It's on the same order as the gazelle, impala, or deer. I'm not sure, but I think it's indigenous to Africa. :ugeek:

Re: Solve missing gpg key error **UPDATED/SIMPLIFIED**

PostPosted: Mon Jun 15, 2009 9:53 am
by tuxsax
I know it's a stone, but I never heard about animals with that name, maybe a specific deer you've met was named Zephyr after his grandpa's name? :lol:

Re: Solve missing gpg key error **UPDATED/SIMPLIFIED**

PostPosted: Thu Feb 11, 2010 4:33 pm
by stanca
I know it is an old wind name. :roll: ;)

Re: Solve missing gpg key error **UPDATED/01/2010**

PostPosted: Tue Feb 16, 2010 6:17 pm
by Admin-Amir
gpg --keyserver keyserver.ubuntu.com --recv-keys 2EBC26B60C5A2783 F7D0E1722382D57E 7D2C7A23BF810CD5 4874D3686E80C6B7 6B15AB91951DC1E2 5A9BF3BB4E5E17B5 C5E6A5ED249AD24C 2D79F61BE8D31A30 28A8205077558DD0 E43D207C62D38753 61260473F9D8BC54 6E871C4A881574DE 6AF0E1940624A220 71346C8340130828 5A9A06AEF9CB8DB0 3B22AB97AF1CDFA9 && gpg --export --armor 2EBC26B60C5A2783 F7D0E1722382D57E 7D2C7A23BF810CD5 4874D3686E80C6B7 6B15AB91951DC1E2 5A9BF3BB4E5E17B5 C5E6A5ED249AD24C 2D79F61BE8D31A30 28A8205077558DD0 E43D207C62D38753 61260473F9D8BC54 6E871C4A881574DE 6AF0E1940624A220 71346C8340130828 5A9A06AEF9CB8DB0 3B22AB97AF1CDFA9 | sudo apt-key add -


or from synaptic.
Selection_010.png
1

Re: Solve missing gpg key error **UPDATED/01/2010**

PostPosted: Sun Jun 09, 2013 5:29 am
by smeterlink
Thanks to a cool guy on UEOz calle JOHNNYG........this works the best now. :D

Code: Select all
GPG error: http://ppa.launchpad.net "ANY" Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2524246B1CC723DB
<<< Copy and past #'s from error window

Code: Select all
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEY_ID
<<<Here

KEY_ID is the last string of characters in the error (in this case 2524246B1CC723DB).
In other words replace "KEY_ID" with the string of #'s

EXAMPLE

Code: Select all
 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2524246B1CC723DB

Re: Solve missing gpg key error **UPDATED/01/2010**

PostPosted: Sun Jun 09, 2013 9:10 am
by Xanayoshi
This is needed for 3.4 lite last time I checked. Thank You <BREW>