Getting a GPG KEY for apt-get at Debian/Ubuntu systems


/ Published in: Bash
Save to your folder(s)

change KEY to key code you get at error message


Copy this code and paste it in your HTML
  1. gpg --keyserver subkeys.pgp.net --recv KEY
  2. gpg --export --armor KEY | sudo apt-key add -

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.