Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28

Thread: GPG key error when attemting to download updates

  1. #21
    Join Date
    Aug 2008
    Beans
    75

    Re: GPG key error when attemting to download updates

    thanks worked for me also...

  2. #22
    Join Date
    May 2010
    Location
    Chennai, India
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: GPG key error when attemting to download updates

    Quote Originally Posted by dhaneshr View Post
    This should solve your problem:

    Code:
    $ sudo -i
     # apt-get clean
     # cd /var/lib/apt
     # mv lists lists.old
     # mkdir -p lists/partial
     # apt-get clean
     # apt-get update
    dhaneshr

    This really solved my problem.... Thanks a lot buddy.....
    Now update is happening without any issue.
    Life is 10% of what happens to me and 90% of how I react to it - John Maxwell


  3. #23
    Join Date
    May 2012
    Beans
    2

    Re: GPG key error when attemting to download updates

    yes, it also works for me in Ubuntu 12.04.

  4. #24
    Join Date
    May 2009
    Beans
    1

    Talking Re: GPG key error when attemting to download updates

    Quote Originally Posted by dhaneshr View Post
    This should solve your problem:

    Code:
    $ sudo -i
     # apt-get clean
     # cd /var/lib/apt
     # mv lists lists.old
     # mkdir -p lists/partial
     # apt-get clean
     # apt-get update
    dhaneshr
    Thanks man, this worked like a charm

  5. #25
    Join Date
    Jun 2010
    Location
    Mombasa Kenya
    Beans
    21
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: GPG key error when attemting to download updates

    Quote Originally Posted by psyclops View Post
    Thanks man, this worked like a charm
    Tried it but still get errors.
    W: GPG error: http://download.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1307152882
    W: GPG error: http://download.tuxfamily.org lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2693D732CA213C67
    W: GPG error: http://download.tuxfamily.org lucid-ladish Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2693D732CA213C67
    Though the errors reduced some, but these wont go.

  6. #26
    Join Date
    Dec 2010
    Location
    Sørreisa, Norway
    Beans
    161
    Distro
    Ubuntu

    Re: GPG key error when attemting to download updates

    Do this:

    Code:
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2693D732CA213C67
    then:
    Code:
    sudo apt-get update
    Post here if it didn't work.
    Ubuntu since 6.04 <3

  7. #27
    Join Date
    Jun 2010
    Location
    Mombasa Kenya
    Beans
    21
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: GPG key error when attemting to download updates

    The errors remained, decided to do a fresh install of vanilla ubuntu and customise for design. Now having issues with kxstudio archives

    Getting these errors;
    W: GPG error: http://kxstudio.sourceforge.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2D3445A829213837
    W: Failed to fetch http://kxstudio.sourceforge.net/repo...source/Sources 404 Not Found

    W: Failed to fetch http://kxstudio.sourceforge.net/repo...source/Sources 404 Not Found
    Have already tried the solutions given in above posts , but no luck.

  8. #28
    Join Date
    Jun 2011
    Beans
    6

    Re: GPG key error when attemting to download updates

    Quote Originally Posted by dhaneshr View Post
    This should solve your problem:

    Code:
    $ sudo -i
     # apt-get clean
     # cd /var/lib/apt
     # mv lists lists.old
     # mkdir -p lists/partial
     # apt-get clean
     # apt-get update
    dhaneshr
    woked fine for me on my 12.04
    thanks

Page 3 of 3 FirstFirst 123

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
  •