LinuxCommandLibrary

gpgconf

Modify .gnupg home directories.

TLDR

List all components

$ gpgconf --list-components
copy


List the directories used by gpgconf
$ gpgconf --list-dirs
copy


List all options of a component
$ gpgconf --list-options [component]
copy


List programs and test whether they are runnable
$ gpgconf --check-programs
copy


Reload a component
$ gpgconf --reload [component]
copy

Copied to clipboard