Results 1 to 5 of 5

Thread: Update Manager won't update! (Ubuntu 9.10)

  1. #1
    Join Date
    Mar 2010
    Beans
    50
    Distro
    Ubuntu 9.10 Karmic Koala

    Exclamation Update Manager won't update! (Ubuntu 9.10)

    When I clicked the option, "Check", an error message would pop-up. And it says:

    W: GPG error: http://repository.glx-dock.org karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1392A97E41317877
    W: GPG error: http://packages.medibuntu.org karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783


    What should I do?
    trixa_13

    "That's why we are the team of dreams!"


  2. #2
    Join Date
    Mar 2010
    Location
    Pennsylvania
    Beans
    17
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Update Manager won't update! (Ubuntu 9.10)

    I'd remove the medibuntu repositories and try again. Looks like they are out of date.

  3. #3
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Update Manager won't update! (Ubuntu 9.10)

    Run this in the terminal:

    Code:
    gpg --keyserver subkeys.pgp.net --recv 1392A97E41317877
    Code:
    gpg --export --armor 1392A97E41317877 | sudo apt-key add -
    Then repeat it for the other number.

  4. #4
    Join Date
    Mar 2010
    Beans
    50
    Distro
    Ubuntu 9.10 Karmic Koala

    Wink Re: Update Manager won't update! (Ubuntu 9.10)

    Quote Originally Posted by wojox View Post
    Run this in the terminal:

    Code:
    gpg --keyserver subkeys.pgp.net --recv 1392A97E41317877
    Code:
    gpg --export --armor 1392A97E41317877 | sudo apt-key add -
    Then repeat it for the other number.

    Thank you very much!
    trixa_13

    "That's why we are the team of dreams!"


  5. #5
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Update Manager won't update! (Ubuntu 9.10)

    Welcome

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •