Announcement

Collapse
No announcement yet.

No public key

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    No public key

    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 righ keys and how do I add it?
    Thanks
    &quot;Time fades even legend&quot;<br />-Blood Omen: Legacy of Kain

    #2
    Re: No public key

    Did you try doing the obvious apt-get update?

    Code:
    sudo apt-get update

    Comment


      #3
      Re: No public key

      thats what i was doing when i got the error and yes tried it three times and even searched forums for this pub key.
      &quot;Time fades even legend&quot;<br />-Blood Omen: Legacy of Kain

      Comment


        #4
        Re: No public key

        IMHO It's probably best not to mix debian sarge repositories with ubuntu, as these are two different distros. Their packages are not completely synchronised, and it could lead to breakage of some system components.

        Download the latest Sun Java binary here: http://java.com/en/download/manual.jsp

        you can make a native .deb file for Ubuntu and install it based on the Sun binary, as detailed on this page:

        http://textsnippets.com/posts/show/246]



        Comment


          #5
          Re: No public key

          Try to do it:

          gpg --keyserver subkeys.pgp.net --recv-keys 1D53D8C4 | gpg --export --armor 1D53D8C4 | \
          sudo apt-key add -


          If this is not the Key Plubic catch de last 8 number that you see in message.

          Comment

          Working...
          X