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
  • 144
Mysterio
  • 12,018

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,444
  • 2
  • 15
  • 19
  • Question edited pls can you edit your answer accordingly? – Mysterio Nov 04 '13 at 19:56
  • It seems you need to download a pubkey, but I'm not sure which key you might need. Try running sudo apt-get update, and post the full output. Perhaps something there will be more detailed errors that might help give us a clue as to what might be going on. – TSJNachos117 Nov 05 '13 at 07:43