gpgconf

Modify .gnupg home directories. More information: <https://www.gnupg.org/documentation/manuals/gnupg/gpgconf.html>.

Install

All systems
curl cmd.cat/gpgconf.sh
Debian Debian
apt-get install gpgconf
Ubuntu
apt-get install gpgconf
Arch Arch Linux
pacman -S gpgconf
image/svg+xml Kali Linux
apt-get install gpgconf
CentOS
yum install gnupg2
Fedora
dnf install gnupg2
Windows (WSL2)
sudo apt-get update sudo apt-get install gpgconf
Raspbian
apt-get install gnupg2

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

© tl;dr; authors and contributors