Announcement

Collapse
No announcement yet.

GPG error with Kubuntu 6.06 Dapper Drake

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

    GPG error with Kubuntu 6.06 Dapper Drake

    I gotten the following error message:

    W: GPG error: http://packages.freecontrib.org dapper Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F120156012B83718

    Am I required to comment out http://packages.freecontrib.org?

    #2
    Re: GPG error with Kubuntu 6.06 Dapper Drake

    At the command line, with Konsole or whatever terminal app you use, and type the following:
    Code:
    gpg --recv-keys F120156012B83718 && gpg --armor --export F120156012B83718 | sudo apt-key add -
    Richard Johnson (nixternal)<br />Core Developer :: MOTU :: MOTU Council :: Community Council<br />https://launchpad.net/~nixternal<br />http://www.nixternal.com

    Comment

    Working...
    X