My Ubuntu started giving the following error:
W: GPG error: link trusty InRelease: The following signatures could not be verified because the public key is not available: NO_PUBKEY 8BAF9A6F
Who can help me?
My Ubuntu started giving the following error:
W: GPG error: link trusty InRelease: The following signatures could not be verified because the public key is not available: NO_PUBKEY 8BAF9A6F
Who can help me?
Run in terminal:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8BAF9A6F
then:
sudo apt-get update
It will solve!