From time to time 'apt-get update' will say something like 'There is no public key available for the following key ID 1234'.
To fix do:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 1234
gpg --armor --export 1234 | apt-key add -
Thursday, July 2, 2009
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment