우분투에는 위에서 언급한 libs가 있습니다:
sudo apt-get install libssh2-php
하지만 Fedora에서는 어디에서 찾을 수 있나요?
어떤 아이디어가 있나요?
답변1
Fedora의 해당 패키지 이름은 입니다 php-pecl-ssh2
. 이는 PECL 패키지의 일반적인 명명 규칙을 따릅니다 php-pecl-<package name>
.
# dnf info php-pecl-ssh2
Last metadata expiration check: 1:59:21 ago on Sat 21 Jul 2018 10:40:54 AM CDT.
Available Packages
Name : php-pecl-ssh2
Version : 1.1.2
Release : 3.fc28
Arch : x86_64
Size : 51 k
Source : php-pecl-ssh2-1.1.2-3.fc28.src.rpm
Repo : fedora
Summary : Bindings for the libssh2 library
URL : http://pecl.php.net/package/ssh2
License : PHP
Description : Bindings to the libssh2 library which provide access to resources
: (shell, remote exec, tunneling, file transfer) on a remote
: machine using a secure cryptographic transport.
:
: Documentation: http://php.net/ssh2