Error Message: "W: GPG error: http://wine.budgetdedicated.com edgy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE263" Anyone?
W7DAH wrote:> Error Message: > > "W: GPG error: http://wine.budgetdedicated.com edgy Release: The > following signatures couldn't be verified because the public key is not > available: NO_PUBKEY 58403026387EE263"Yeah, I'm having the same problem, but with Dapper, and with a few repositories. I get the feeling it's a nice simple solution, but I've only been at Linux a few days. As said earlier: help? -Tim
As was posted in another thread a few days ago: $ gpt --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 58403026387EE263 $ gpg --armor --export 387EE263 | sudo apt-key add -
Here I cleaned it up a bit: gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 58403026387EE263 gpg --armor --export 387EE263 | sudo apt-key add - The 58... ID number is at the end of the first line. The mail server seems to break the line before the ID number. jhansonxi@gmail.com wrote:> As was posted in another thread a few days ago: > $ gpt --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys > 58403026387EE263 > $ gpg --armor --export 387EE263 | sudo apt-key add -