Announcement

Collapse
No announcement yet.

Can't reload Synaptic pkge manager due to W.GPG error

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

    Can't reload Synaptic pkge manager due to W.GPG error

    Hi,
    I want to install KDE 4.5.3 but I cant reload Synaptic:

    W: GPG error: http://extras.ubuntu.com maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB141E2302FDF932

    Can you help me please?

    #2
    Re: Can't reload Synaptic pkge manager due to W.GPG error

    Originally posted by nnjond
    W: GPG error: http://extras.ubuntu.com maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB141E2302FDF932
    You need to add the key.

    Code:
    gpg --keyserver keyserver.ubuntu.com --recv DB141E2302FDF932
    followed by:
    Code:
    gpg --export --armor DB141E2302FDF932 | sudo apt-key add -
    Note, that is a dash: >> - << after add above.

    then run:
    Code:
    sudo apt-get update
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Can't reload Synaptic pkge manager due to W.GPG error

      I did the above last night and it didn't work. Synaptic shows that I have the key installed and in use but I still get the same error message. Can someone tell me which update causes this problem so that I can uncheck the box on my other computer?(I installed Kubuntu on it last night and don't want to screw up this machine until my other one is fixed.

      Thanks,

      Penny

      Comment


        #4
        Re: Can't reload Synaptic pkge manager due to W.GPG error

        I just used the command line to update my husbands machine and I didn't get the error.sudo sudo apt-get update
        sudo apt-get upgrade

        HTH,

        Penny

        Comment

        Working...
        X