Synaptic produces a GPG error: "signatures couldn't be verified because the public key is not available". How to add missing PPA public keys ?
- Keywords:
- PPA GPG OpenPGP package signature problem error warning
- Last updated by:
- marcobra (Marco Braida)
When attempting to install packages or perform updates with Synaptic or from command line, the following warning is displayed:
W: GPG error: http://
Solution:
Please follow the instructions here for adding the keys for the PPA's that you are using:
https:/
-------------
Example:
--------------
On update if you get an error like this...
GPG error: http://
Then you have to add the missing GPG key:
Open a Terminal from the menu Applications → Accessories → Terminal and type or better copy and paste a row a time then press enter:
sudo apt-key adv --recv-keys --keyserver keyserver.
Then type: (when the system ask you a password give your user password, you will not see nothing when you type it, then press enter)
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
to update your system.