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
-
apt-get install gpgconf - Ubuntu
-
apt-get install gpgconf - Arch Linux
-
pacman -S gpgconf - Kali Linux
-
apt-get install gpgconf - CentOS
-
yum install gnupg2 - Fedora
-
dnf install gnupg2 - Windows (WSL2)
-
sudo apt-get updatesudo 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