'The action would require the installation of packages from non-authenticated sources'
To resolve, perform the following:
- Open a terminal and run:
- Then take note of all the numbers (keys) after ‘NO_PUBKEY’
- Run the following for each missing public key:
- Finally, run the following:
sudo apt-get update
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY XXXXXXXXXXXXXXXX
sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com XXXXXXXXXXXXXXXX
sudo apt-get update
No comments:
Post a Comment