snippetbashTip
gpgconf — Modify `.gnupg` home directories. More information: <https://www.gnupg.org/documentation/manuals/gnu
Viewed 0 times
homecommandmodifygnupgdirectoriesclimoregpgconf
Problem
How to use the
gpgconf command: Modify .gnupg home directories. More information: <https://www.gnupg.org/documentation/manuals/gnupg/gpgconf.html>.Solution
gpgconf — Modify .gnupg home directories. More information: <https://www.gnupg.org/documentation/manuals/gnupg/gpgconf.html>.List all components:
gpgconf --list-componentsList the directories used by gpgconf:
gpgconf {{[-L|--list-dirs]}}List all options of a component:
gpgconf --list-options {{component}}List programs and test whether they are runnable:
gpgconf --check-programsReload a component:
gpgconf --reload {{component}}Code Snippets
List all components
gpgconf --list-componentsList the directories used by gpgconf
gpgconf {{[-L|--list-dirs]}}List all options of a component
gpgconf --list-options {{component}}List programs and test whether they are runnable
gpgconf --check-programsReload a component
gpgconf --reload {{component}}Context
tldr-pages: common/gpgconf
Revisions (0)
No revisions yet.