Results 1 to 3 of 3
I'm having some problems with repos. I get the below readout at the end of running apt-get update . I'm wondering how to get the public keys for these repos. ...
- 11-12-2007 #1
Public Key for Repos
I'm having some problems with repos. I get the below readout at the end of running apt-get update. I'm wondering how to get the public keys for these repos. I've googled the hex code at the end of each line but haven't found what I'm looking for, just Russian and Spanish forum posts which I do not understand.
Code:W: GPG error: http://download.tuxfamily.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 11FB88FE61B8DB62 W: GPG error: http://download.tuxfamily.org debian-unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2D6CFB44DD800CD9
- 11-12-2007 #2
Does this work?
Code:wget http://3v1n0.tuxfamily.org/EDD1E155.gpg -O- | sudo apt-key add -
- 11-12-2007 #3
It seemed like it was processing something or that bash was hanging (which has never happen to me before) because wget ran and then there was a few blank lines of output. I decided just to type my password in since sudo was being used. Final output: "OK".
apt-get update now returns, for the final lines:
One step closer.Code:W: GPG error: http://download.tuxfamily.org unstable Release: The following sign atures couldn't be verified because the public key is not available: NO_PUBKEY 1 1FB88FE61B8DB62


Reply With Quote
