0

If I run anything apt-get related, I get this error:

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

Please how can I fix this?

Hugo
  • 146
Mysterio
  • 12,288

1 Answers1

1

Try re-adding the PPA to your system, and checking for updates: sudo add-apt-repository ppa:libreoffice/libreoffice-4-0 && sudo apt-get update. This should hopefully cause your system to re-download the pgp key, thus hopefully fixing the issue.

TSJNachos117
  • 1,532
  • 2
  • 16
  • 20