Announcement

Collapse
No announcement yet.

Apt-Get Update

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

    Apt-Get Update

    I have Kubuntu installed, and all is great, however I tried to do an "Apt-Get Update" and this is what I got. I am not sure where to go from here. I have tried several times and also a reboot.

    peterhin@GnuLinux02:~$ sudo apt-get update
    Get:1 http://security.ubuntu.com dapper-security Release.gpg [189B]
    Get:2 http://kubuntu.org dapper Release.gpg [189B]
    Get:3 http://ca.archive.ubuntu.com dapper Release.gpg [189B]
    Get:4 http://ca.archive.ubuntu.com dapper-updates Release.gpg [189B]
    Hit http://security.ubuntu.com dapper-security Release
    Hit http://kubuntu.org dapper Release
    Hit http://ca.archive.ubuntu.com dapper Release
    Err http://kubuntu.org dapper Release

    Hit http://security.ubuntu.com dapper-security/main Packages
    Hit http://ca.archive.ubuntu.com dapper-updates Release
    Get:5 http://kubuntu.org dapper Release [2327B]
    Ign http://kubuntu.org dapper Release
    Hit http://security.ubuntu.com dapper-security/restricted Packages
    Hit http://security.ubuntu.com dapper-security/main Sources
    Hit http://security.ubuntu.com dapper-security/restricted Sources
    Hit http://ca.archive.ubuntu.com dapper/main Packages
    Hit http://ca.archive.ubuntu.com dapper/restricted Packages
    Hit http://ca.archive.ubuntu.com dapper/main Sources
    Hit http://kubuntu.org dapper/main Packages
    Hit http://ca.archive.ubuntu.com dapper/restricted Sources
    Hit http://ca.archive.ubuntu.com dapper-updates/main Packages
    Hit http://ca.archive.ubuntu.com dapper-updates/restricted Packages
    Hit http://ca.archive.ubuntu.com dapper-updates/main Sources
    Hit http://ca.archive.ubuntu.com dapper-updates/restricted Sources
    Fetched 2519B in 1s (2000B/s)
    Reading package lists... Done
    W: GPG error: http://kubuntu.org dapper Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A506E6D4DD4D5088
    W: You may want to run apt-get update to correct these problems
    peterhin@GnuLinux02:~$


    #2
    Re: Apt-Get Update

    Get the public key that is missing. Open a terminal an write the following two lines:

    gpg --keyserver subkeys.pgp.net --recev DD4D5088
    gpg --export --armor DD4D5088 | sudo apt-key add -

    After the second line you will be asked for your password.
    I had a similar problem no public key for "kubuntu.org".
    Finally, check now to see if everything is working :
    apt-get update

    Good luck!

    Comment


      #3
      Re: Apt-Get Update

      OK I tried that, I am not sure how I get the second line in without using enter.
      This is what I got;

      peterhin@GnuLinux02:~$ gpg --keyserver subkeys.pgp.net --recev DD4D5088
      gpg: Invalid option "--recev"
      peterhin@GnuLinux02:~$ gpg --export --armor DD4D5088 | sudo apt-key add -
      gpg: WARNING: nothing exported
      gpg: no valid OpenPGP data found.
      peterhin@GnuLinux02:~$

      Comment


        #4
        Re: Apt-Get Update

        Sorry, my fault. I think that in the first line you have to replace --recev with --recv. Then, after the second line you will be asked for your password.

        I hope I have it right this time!

        Comment


          #5
          Re: Apt-Get Update

          OK thats great it worked, fine now. I was able to do an update no problem. Many thanks for your time.

          Comment


            #6
            Re: Apt-Get Update

            I am having the same issue and tried the fix, but after the first gpg string I get, "no ultimately trusted keys found" and after the second one is entered I get the same thing. any ideas?

            Comment


              #7
              Re: Apt-Get Update

              http://www.debian.org/doc/manuals/se...to/ch7.en.html

              HTH
              Birdy

              Comment

              Working...
              X