Re: Request to extend - General resolution: LLM usage in Debian
Gunnar Wolf <[email protected]>
| Newsgroups | gmane.linux.debian.devel.vote |
|---|---|
| Message-ID | <[email protected]> |
David Prévot dijo [Sat, Aug 08, 2026 at 07:27:48AM +0200]: >>And if you happen to prefer gpg's incantations, an equivalent would be: >> >> $ KEYID=0x2404C9546E145360 # Naturally, replace for your own >> $ TMPDIR=$(mktemp -d) >> $ gpg --homedir $TMPDIR --keyserver hkps://keyring.debian.org >>-- recv-keys $KEYID >> $ gpg --list-key $KEYID > >I *think* that displays what is in my current ~/.gnupg/ directory, and >that you rather wanted to share the following command. > > $ gpg --homedir $TMPDIR --list-key $KEYID You are completely right (and no, I'm not mocking an LLM 😉) I did take care to specify the --cert-store in my sq example, but skipped it in the second gpg command I wrote here. Thanks!