Ubuntu error: NO_PUBKEY 8BAF9A6F

Asked

Viewed 67 times

-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?

  • You should ask this question on the appropriate website: http://askubuntu.com/. This is for programming-related subjects. See tour.

  • Here are the answers to this question: http://askubuntu.com/q/13065/207566. This may help your problem.

1 answer

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

You are not signed in. Login or sign up in order to post.