gpg –keyserver pgpkeys.mit.edu –recv-key 51716619E084DAB9
gpg -a –export 51716619E084DAB9 | sudo apt-key add -
Sudo apt-key ! Doh!
stephen@stephen-desktop:~$ gpg –armor –export 9AA38DCD55BE302B | apt-key add -
gpg: no writable keyring found: eof
gpg: error reading `-’: general error
gpg: import from `-’ failed: general error
stephen@stephen-desktop:~$ gpg –armor –export 9AA38DCD55BE302B | sudo apt-key add -
OK
stephen@stephen-desktop:~$
Concerning jhon’s error message; if you’re not in a root shell (which # – unlike $ – usually indicate) you might want to try something like this:
$ gpg –armor –export 07DC563D1F41B907 | sudo apt-key add -
Best wishes, Mattias
]]>In first, I’m a Brazilian guy and I’m still studying this idiom, so, sorry for my mistakes! =D
So, I found an information that can be very important related with that problem described here.
Look that here: http://cultoffree.wordpress.com/2009/02/03/w-gpg-errorno_pubkey-60d11217247d1cff-wtf/
I followed that tutorial and resolved my problem:
$$$:/home/$$$$/.opera# gpg –keyserver keyserver.ubuntu.com –recv 07DC563D1F41B907
gpg: requesting key 1F41B907 from hkp server keyserver.ubuntu.com
gpg: key 1F41B907: “Christian Marillat ” not changed
gpg: Número total processado: 1
gpg: não modificados: 1
$$$:/home/$$$$/.opera# gpg –export –armor 07DC563D1F41B907 | apt-key add -
OK
$$$:/home/$$$$.opera# apt-get update
Baixados 387B em 2s (137B/s)
…
Lendo listas de pacotes… Pronto
[]‘s
@alcarrolikis
greetz Nick
]]>Please, helpme.
jhon
]]>