Talk:UBUNTU/Installation: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(Undo revision 5437 by 117.40.196.156 (Talk))
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
I get this error when updating repository:
I get this error when updating repository:


W: GPG error: http://e-tobi.net etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB90D8FC306B6783
W: GPG error: http://e-tobi.net etch Release: The following signatures couldn't be verified because the public key is not available:
NO_PUBKEY DB90D8FC306B6783


How to fix this?
How to fix this?
Line 14: Line 15:


$ gpg --keyserver subkeys.pgp.net --recv-keys DB90D8FC306B6783
$ gpg --keyserver subkeys.pgp.net --recv-keys DB90D8FC306B6783

$ gpg --export --armor DB90D8FC306B6783 | sudo apt-key add -
$ gpg --export --armor DB90D8FC306B6783 | sudo apt-key add -



Latest revision as of 15:34, 20 April 2010

e-tobi.net error

Hi,

I get this error when updating repository:

W: GPG error: http://e-tobi.net etch Release: The following signatures couldn't be verified because the public key is not available:
NO_PUBKEY DB90D8FC306B6783

How to fix this?

Davil@88.193.78.29 18:17, 4 January 2008 (CET)

FIX:

$ gpg --keyserver subkeys.pgp.net --recv-keys  DB90D8FC306B6783
$ gpg --export --armor DB90D8FC306B6783 | sudo apt-key add -

that actually didnt work last time, but now it did...

Davil@88.193.78.29 18:22, 4 January 2008 (CET)