是什么 ? | : | 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. |
开发语言 | : | C |
开发组织 | : | GNU |
官方主页 | : | https://gnupg.org/software/libassuan/index.html |
源码仓库 | : |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install libassuan |
GNU/Linux | HomeBrew | brew install libassuan |
apt | sudo apt-get install -y libassuan | |
CentOS | yum | sudo yum install -y libassuan |
dnf | sudo dnf install -y libassuan | |
openSUSE | zypper | sudo zypper install -y libassuan |
Alpine Linux | apk | sudo apk add libassuan |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge libassuan |