gpg-error-config
package
Install
- All systems
-
curl cmd.cat/gpg-error-config.sh
- Debian
-
apt-get install libgpg-error-dev
- Ubuntu
-
apt-get install libgpg-error-dev
- Alpine
-
apk add libgpg-error
- Arch Linux
-
pacman -S libgpg-error
- Kali Linux
-
apt-get install libgpg-error-dev
- CentOS
-
yum install libgpg-error-devel
- Fedora
-
dnf install mingw64-libgpg-error
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libgpg-error-dev
- OS X
-
brew install libgpg-error
- Raspbian
-
apt-get install libgpg-error-dev
- Dockerfile
- dockerfile.run/gpg-error-config
- Docker
-
docker run cmd.cat/gpg-error-config gpg-error-config
powered by Commando
libgpg-error-devel
package
libgpg-error-mingw-w64-dev
library of error values and messages in GnuPG (Windows development)
Library that defines common error values, messages, and common runtime functionality for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. It will likely be renamed "gpgrt" in the future. This is a Windows version of libgpg-error. It's meant to be used when cross-building software that targets the Windows platform, e.g. the win32-loader component of Debian-Installer.
libgpg-error-dev
GnuPG development runtime library (developer tools)
Library that defines common error values, messages, and common runtime functionality for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. It will likely be renamed "gpgrt" in the future. This package contains the headers and other files needed to compile against this library.