LinuxCommandLibrary

gpgconf

GnuPG component configuration utility

TLDR

List all GnuPG components

$ gpgconf --list-components
copy
List directories used by GnuPG
$ gpgconf --list-dirs
copy
Reload gpg-agent
$ gpgconf --reload gpg-agent
copy
Kill gpg-agent
$ gpgconf --kill gpg-agent
copy
Launch gpg-agent
$ gpgconf --launch gpg-agent
copy
List options for a component
$ gpgconf --list-options [gpg-agent]
copy
Apply default configuration
$ gpgconf --apply-defaults
copy

SYNOPSIS

gpgconf [options] [command]

DESCRIPTION

gpgconf is a utility for querying and modifying GnuPG component configuration. It can manage daemons like gpg-agent, apply settings programmatically, and inspect the GnuPG installation.
The tool is commonly used to reload gpg-agent after configuration changes, list available components, and troubleshoot GnuPG installations.

SUBCOMMANDS

--list-components

List installed GnuPG components.
--list-dirs
List directories used by GnuPG.
--list-options component
List options for component.
--list-config
List global configuration.
--check-options component
Check options for component.
--apply-defaults
Apply default values.
--reload component
Reload a component.
--kill component
Kill a running component.
--launch component
Launch a component.
--check-programs
Check installed programs.

SEE ALSO

gpg(1), gpg-agent(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community