-1
My Ubuntu started giving the following error:
W: GPG error: http://ppa.launchpad.net Trusty Inrelease: The following Signatures couldn’t be verified because the public key is not available: NO_PUBKEY 8BAF9A6F
Who can help me?
-1
My Ubuntu started giving the following error:
W: GPG error: http://ppa.launchpad.net Trusty Inrelease: The following Signatures couldn’t be verified because the public key is not available: NO_PUBKEY 8BAF9A6F
Who can help me?
0
Run on the terminal:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8BAF9A6F
and then:
sudo apt-get update
Will solve!
Browser other questions tagged linux ubuntu
You are not signed in. Login or sign up in order to post.
You should ask this question on the appropriate website: http://askubuntu.com/. This is for programming-related subjects. See tour.
– stderr
Here are the answers to this question: http://askubuntu.com/q/13065/207566. This may help your problem.
– stderr