Results 1 to 6 of 6
I added the repos deb http://ftp.us.debian.org/debian sarge main contrib non-free to my sources list so that I may install java runtime threw adept and when I did my apt-get update ...
- 01-16-2006 #1
No_pubkey
I added the repos deb http://ftp.us.debian.org/debian sarge main contrib non-free to my sources list so that I may install java runtime threw adept and when I did my apt-get update this is the message I get at the end.
Get:10 http://ftp.us.debian.org sarge/contrib Packages [56.2kB]
Get:11 http://ftp.us.debian.org sarge/non-free Packages [58.4kB]
Fetched 3506kB in 6m33s (8908B/s)
Reading package lists... Done
W: GPG error: http://ftp.us.debian.org sarge Release: The following signatures c ouldn't be verified because the public key is not available: NO_PUBKEY F1D53D8C4 F368D5D
W: You may want to run apt-get update to correct these problems
Where do I get the right keys and how do I add it?
Thanks
- 01-17-2006 #2
Try this
Code:# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 4F368D5D # gpg --armor --export 4F368D5D | apt-key add - # apt-get update
noobus in perpetuum
- 01-17-2006 #3
No_pubkey
were do i put all that?
Originally Posted by eerok
thanks so far
- 01-18-2006 #4Linux Newbie
- Join Date
- Dec 2005
- Location
- Pennsylvania
- Posts
- 102
all the code gets entered into a terminal window
- 01-18-2006 #5
Yes, the "#" on those lines means enter in a term as root.
noobus in perpetuum
- 01-19-2006 #6



