HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gpgconf — Modify `.gnupg` home directories. More information: <https://www.gnupg.org/documentation/manuals/gnu

Submitted by: @import:tldr-pages··
0
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-components


List 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-programs


Reload a component:
gpgconf --reload {{component}}

Code Snippets

List all components

gpgconf --list-components

List 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-programs

Reload a component

gpgconf --reload {{component}}

Context

tldr-pages: common/gpgconf

Revisions (0)

No revisions yet.