libassuan-config
GnuPG IPC library
Install
- All systems
-
curl cmd.cat/libassuan-config.sh
- Debian
-
apt-get install libassuan-dev
- Ubuntu
-
apt-get install libassuan-dev
- Alpine
-
apk add libassuan
- Arch Linux
-
pacman -S libassuan
- Kali Linux
-
apt-get install libassuan-dev
- CentOS
-
yum install libassuan-devel
- Fedora
-
dnf install libassuan-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libassuan-dev
- OS X
-
brew install libassuan
- Raspbian
-
apt-get install libassuan-dev
- Dockerfile
- dockerfile.run/libassuan-config
- Docker
-
docker run cmd.cat/libassuan-config libassuan-config
powered by Commando
libassuan-devel
GnuPG IPC library
libassuan-mingw-w64-dev
IPC library for the GnuPG components -- Windows port
Libassuan is a small library implementing the so-called "Assuan protocol". This protocol is used for IPC between most newer GnuPG components. Both server and client side functions are provided. This package contains header files and static libraries for libassuan. This is a Windows version of libassuan. It's meant to be used when cross-building software that targets the Windows platform, e.g. the win32-loader component of Debian-Installer.
libassuan-dev
IPC library for the GnuPG components -- header files
Libassuan is a small library implementing the so-called "Assuan protocol". This protocol is used for IPC between most newer GnuPG components. Both server and client side functions are provided. This package contains header files and static libraries for libassuan.
libassuan
This is the IPC library used by GnuPG 2, GPGME and a few other
packages.