Comment 6 for bug 90546

Revision history for this message
Kees Cook (kees) wrote :

This seems to be the (correct) default behavior of gpgv. I think changing documentation is a better fix. To import the archive key:

  gpg --no-default-keyring --keyring trustedkeys.gpg --import /usr/share/keyrings/ubuntu-archive-keyring.gpg

or, to use the entire pubring:

  ln -s ~/.gnupg/pubring.gpg ~/.gnupg/trustedkeys.gpg