Sunday, October 08, 2006

GPG key in source list...

When a repository in this list has a GPG key, you may need to add that to the APT trusted keys. You can do this with the following commands (replace KEY with the key ID)

gpg --keyserver subkeys.pgp.net --recv KEY
gpg --export --armor KEY | sudo apt-key add -


It worked for me when a repository was asking for a gpg key...

0 comments: