Last Updated: February 25, 2016
·
750
· mbunge

Update APT gpg keys on Debian

Replace <REQUIRED KEY> with missing key. You receive missing key after running apt-get update on the end of output.

su-
gpg --keyserver pgpkeys.mit.edu --recv-key  <REQUIRED KEY>
gpg -a --export <REQUIRED KEY> | sudo apt-key add -