gpgconf

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

Debian Debian
RUN apt-get update && \ apt-get install -y gpgconf
Ubuntu
RUN apt-get update && \ apt-get install -y gpgconf
Arch Arch Linux
RUN pacman -S --noconfirm gpgconf
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gpgconf
CentOS
RUN yum install -y gnupg2
Fedora
RUN dnf install -y gnupg2
Raspbian
RUN apt-get update && \ apt-get install -y gnupg2
click the source code to copy install gpgconf on any operating system with command-not-found.com