gpgme-config
Development headers and libraries for gpgme
Install
- All systems
-
curl cmd.cat/gpgme-config.sh
- Debian
-
apt-get install libgpgme11-dev
- Ubuntu
-
apt-get install libgpgme11-dev
- Alpine
-
apk add gpgme
- Arch Linux
-
pacman -S gpgme
- Kali Linux
-
apt-get install libgpgme-dev
- CentOS
-
yum install gpgme-devel
- Fedora
-
dnf install gpgme-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libgpgme11-dev
- OS X
-
brew install gpgme
- Raspbian
-
apt-get install libgpgme11-dev
- Dockerfile
- dockerfile.run/gpgme-config
- Docker
-
docker run cmd.cat/gpgme-config gpgme-config
powered by Commando
gpgme-devel
Development headers and libraries for gpgme
libgpgme-dev
GPGME - GnuPG Made Easy (development files)
GPGME is a wrapper library which provides a C API to access some of the GnuPG functions, such as encrypt, decrypt, sign, verify, ... This package contains the headers and other files needed to compile against this library.
libgpgme11-dev
GPGME - GnuPG Made Easy (development files)
GPGME is a wrapper library which provides a C API to access some of the GnuPG functions, such as encrypt, decrypt, sign, verify, ... This package contains the headers and other files needed to compile against this library.
gpgme
GnuPG Made Easy (GPGME) is a library designed to make access to
GnuPG easier for applications. It provides a high-level crypto API for encryption, decryption, signing, signature verification and key management.