System Grab Bag

View all TLDR pages from common (or from all pages)

gpgv

Verify OpenPGP signatures. More information: https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html.
  • Verify a signed file:
    gpgv {{path/to/file}}
  • Verify a signed file using a detached signature:
    gpgv {{path/to/signature}} {{path/to/file}}
  • Add a file to the list of keyrings (a single exported key also counts as a keyring):
    gpgv --keyring {{./alice.keyring}} {{path/to/signature}} {{path/to/file}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.