是什么 ? | : | a client-side C library implementing the SSH2 protocol. |
开发语言 | : | C |
官方主页 | : | https://www.libssh2.org |
源码仓库 | : | https://github.com/libssh2/libssh2 |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | vcpkg | vcpkg install libssh2 vcpkg install libssh2:x64-osx vcpkg install libssh2:x64-linux vcpkg install libssh2:x64-windows |
macOS | HomeBrew | brew install libssh2 |
GNU/Linux | HomeBrew | brew install libssh2 |
apt | sudo apt-get install -y libssh2c | |
CentOS | yum | sudo yum install -y libssh2 |
dnf | sudo dnf install -y libssh2 | |
openSUSE | zypper | sudo zypper install -y libssh2 |
Alpine Linux | apk | sudo apk add libssh2 |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge libssh2 |