0

Following up on How to import keys from a keyserver using gpg in debian?, which asked for importing keys from a keyserver using gpg into our own ~/.gnupg/pubring.kbx file,

but my question is asking how to do that but save to a .gpg file instead, something like the following (neither is working obviously):

gpg --keyserver keyserver.ubuntu.com --recv-keys 91E7EE5E --dearmour -o /tmp/ppa.gpg or gpg --export --keyserver keyserver.ubuntu.com --recv-keys 91E7EE5E | sudo gpg --dearmour -o /tmp/ppa.gpg

xpt
  • 1,530
  • @JaromandaX, no, not spelling errors. Give it a try and you'll know. – xpt Jun 16 '23 at 02:39
  • Well, I don't know if it is another problem with gpg (of not behaving as the man page says), but --dearmour worked for me. – xpt Jun 16 '23 at 03:10
  • Sorry, I saw what I thought was a typo, apparently it's not ... bye, and good luck – Jaromanda X Jun 16 '23 at 15:06

0 Answers0