gpgme-config

Development headers and libraries for gpgme

Debian Debian
RUN apt-get update && \ apt-get install -y libgpgme11-dev
Ubuntu
RUN apt-get update && \ apt-get install -y libgpgme11-dev
Alpine
RUN apk add gpgme
Arch Arch Linux
RUN pacman -S --noconfirm gpgme
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libgpgme-dev
CentOS
RUN yum install -y gpgme-devel
Fedora
RUN dnf install -y gpgme-devel
Raspbian
RUN apt-get update && \ apt-get install -y libgpgme11-dev
click the source code to copy install gpgme-config on any operating system with command-not-found.com