Debian Fix missing GPG NO_PUBKEY key

By Tech Writer 1 min read

If you get an error like this

"The following signatures couldn't be verified because the public key is not available: NO_PUBKEY"

Fix with this command:

apt-get install debian-keyring debian-archive-keyring

Related Articles