Advertisement
codegazer

GPG signing keys question

Jul 6th, 2023 (edited)
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. # GPG signing keys question
  2. # Date: 2023_07_06
  3.  
  4. In RPM based distros, the imported GPG package signing keys can be displayed with:
  5.  
  6. rpm -q gpg-pubkey --qf '%{name}-%{version}-%{release} --> %{summary}\n'
  7.  
  8. Example:
  9.  
  10. [user@localhost ~]$ rpm -q gpg-pubkey --qf '%{name}-%{version}-%{release} --> %{summary}\n'
  11. gpg-pubkey-80420f66-5d0d4576 --> Mageia Packages <packages@mageia.org> public key
  12. gpg-pubkey-d38b4796-570c8cd3 --> Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com> public key
  13. gpg-pubkey-7fac5991-4615767f --> Google, Inc. Linux Package Signing Key <linux-packages-keymaster@google.com> public key
  14.  
  15.  
  16. Question: How would one display GPG package signing keys details in Debian based distros?
  17.  
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement