Results 1 to 9 of 9

Thread: Update manager error

Hybrid View

  1. #1
    Join Date
    Jul 2008
    Location
    Kolkata, India.
    Beans
    51

    Update manager error

    When I am trying to check my updates through 'update manager' .. It is downloading up to certain limit .. then shows the following error ..

    An error occurred

    The following details are provided:


    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B9674A0E7B0FB2CA
    W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EE6F9258A958418A
    W: GPG error: http://packages.medibuntu.org intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783


    What I sd do? .. pls help ...
    Never look up when dragons fly overhead.

  2. #2
    Join Date
    Feb 2010
    Location
    Louisville, KY
    Beans
    414
    Distro
    Ubuntu Development Release

    Re: Update manager error

    Are you using Intrepid or are you using Karmic or jaunty?

  3. #3
    Join Date
    Jul 2008
    Location
    Kolkata, India.
    Beans
    51

    Re: Update manager error

    I am using Intrepid ..
    Never look up when dragons fly overhead.

  4. #4
    Join Date
    Mar 2008
    Location
    Cloud 9
    Beans
    1,428
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Update manager error

    Code:
    gpg --keyserver keyserver.ubuntu.com --recv XXXXXXXXXXXXXXXX
    
    gpg --export --armor XXXXXXXXXXXXXXXX | sudo apt-key add -
    replace the X's with your key numbers and run both commands for each pubkey number

  5. #5
    Join Date
    Jul 2009
    Location
    Mentakab, Malaysia
    Beans
    1,864
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Update manager error

    Try the link in my sig
    Keep your important files in HOSTS when ubuntu is installed with WUBI
    How to install ANYTHING in Ubuntu!
    'No PUB KEY' error? Try this!


  6. #6
    Join Date
    May 2006
    Location
    Amsterdam
    Beans
    1,731
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Update manager error

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEYID
    Upgrade Ubuntu | Upgrade unsupported Ubuntu versions | Always backup | Howto upgrade flash
    Minimal CD install | Remove old kernels | My blog | Linux user #462801 | Conscience doth make cowards of us all. -- Shakespeare

  7. #7
    Join Date
    Mar 2008
    Location
    Cloud 9
    Beans
    1,428
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Update manager error

    B9674A0E7B0FB2CA -- EE6F9258A958418A -- 2EBC26B60C5A2783

    from your error messages. maybe 'key codes' would have made more sense

    (three separate 16 digit pub-key ID codes)
    Last edited by pastalavista; March 15th, 2010 at 04:44 PM. Reason: to be worried about later

  8. #8
    Join Date
    Jul 2008
    Location
    Kolkata, India.
    Beans
    51

    Re: Update manager error

    Lol ..

    WOW ... thanks to all you guys .. this worked fine ..
    Never look up when dragons fly overhead.

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
  •