System Grab Bag

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

gpgconf

Modify .gnupg home directories. More information: https://www.gnupg.org/documentation/manuals/gnupg/gpgconf.html.
  • List all components:
    gpgconf --list-components
  • List the directories used by gpgconf:
    gpgconf --list-dirs
  • List all options of a component:
    gpgconf --list-options {{component}}
  • List programs and test whether they are runnable:
    gpgconf --check-programs
  • Reload a component:
    gpgconf --reload {{component}}

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.