Results 1 to 10 of 10

Thread: error when trying apt-get update?

  1. #1
    Join Date
    Jan 2009
    Location
    Liverpool, England
    Beans
    310
    Distro
    Ubuntu 10.04 Lucid Lynx

    error when trying apt-get update?

    it updates a lot then this shows up:
    Code:
    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 FC66403D8670A035
    W: Duplicate sources.list entry http://ppa.launchpad.net intrepid/main Packages (/var/lib/apt/lists/ppa.launchpad.net_spring_ubuntu_dists_intrepid_main_binary-amd64_Packages)
    W: You may want to run apt-get update to correct these problems
    CPU: Intel Core i5 3570K 4.2GHz| GPU: GTX 780| Mobo: Asus P8Z77-V LX | RAM: Corsair 8GB (2x4GB) DDR3 1600MHz
    i dont know, all this power and i'm still playing nethack

  2. #2
    Join Date
    Dec 2007
    Beans
    26

    Re: error when trying apt-get update?

    getting something similar in 8.04

    W: GPG error: http://ppa.launchpad.net hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4874D3686E80C6B7

  3. #3
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: error when trying apt-get update?

    Both of you can check for the GPG sig at wherever you have got the ppa from

    insanity99 - your second error Duplicate sources.list - backup and then open the file for editing

    Code:
    sudo cp /etc/apt/sources.list /etc/apt/sources.list.2701
    gksu gedit /etc/apt/sources.list
    You should find the same line in there twice - delete one of them and save, then run

    Code:
    sudo apt-get update

  4. #4
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: error when trying apt-get update?

    Open a terminal (Applications -> Accessories -> Terminal)
    and:

    Quote Originally Posted by insanity99 View Post
    ...
    Code:
    gpg --keyserver keyserver.ubuntu.com --recv 8670a035
    Code:
    gpg --export --armor 8670a035 | sudo apt-key add -

    Quote Originally Posted by eaidoido View Post
    ...
    Code:
    gpg --keyserver keyserver.ubuntu.com --recv 6e80c6b7
    Code:
    gpg --export --armor 6e80c6b7 | sudo apt-key add -

    Both of you:
    Code:
    sudo apt-get update
    Last edited by sisco311; January 27th, 2009 at 05:18 PM.

  5. #5
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: error when trying apt-get update?

    aaah is that how you do it sisco311

    FC66403D8670A035

    learnt a thing then

  6. #6
    Join Date
    Jun 2006
    Beans
    2,310
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: error when trying apt-get update?

    I thought PPA's couldn't be GPG signed, or at least they couldn't when I last checked. When did this change?

  7. #7
    Join Date
    Jan 2009
    Location
    Liverpool, England
    Beans
    310
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: error when trying apt-get update?

    thanks guys seems to be resolved.
    CPU: Intel Core i5 3570K 4.2GHz| GPU: GTX 780| Mobo: Asus P8Z77-V LX | RAM: Corsair 8GB (2x4GB) DDR3 1600MHz
    i dont know, all this power and i'm still playing nethack

  8. #8
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: error when trying apt-get update?

    Quote Originally Posted by forestpixie View Post
    aaah is that how you do it sisco311

    FC66403D8670A035

    learnt a thing then
    Yes. I don't know why, but this is a quiet common warning.

    I've found the solution here: http://ubuntuforums.org/showthread.php?p=6616484 (post #2, thanks to taavikko)

    It would be nice to write a little howto for future reference,
    but I'm lazy .

  9. #9
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: error when trying apt-get update?

    As it's gone for the moment

    :thanks:

  10. #10
    Join Date
    May 2009
    Location
    United Kingdom
    Beans
    3
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: error when trying apt-get update?

    Solution is good. Worked for me. Ditto on above... Always good to learn something new thats handy like this

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
  •