Php 安装SSH模块Pear

Php 安装SSH模块Pear,php,pear,phpseclib,Php,Pear,Phpseclib,如何使用php pear安装模块crypt\u random\u string、crypt\u Hash和crypt\u Base 我尝试使用pear list all,但该模块中没有模块。 我试着使用以下命令 pear install phpseclib/crypt_random_string pear install phpseclib/Crypt_Hash pear install phpseclib/Crypt_Base 但是它给了我以下错误安装失败您遵循了吗: pear chann

如何使用php pear安装模块
crypt\u random\u string
crypt\u Hash
crypt\u Base

我尝试使用
pear list all
,但该模块中没有模块。 我试着使用以下命令

pear install phpseclib/crypt_random_string
pear install phpseclib/Crypt_Hash
pear install phpseclib/Crypt_Base 
但是它给了我以下错误
安装失败

您遵循了吗:

pear channel-discover phpseclib.sourceforge.net
pear remote-list -c phpseclib
pear install phpseclib/Crypt_Random
pear install phpseclib/Crypt_Hash
pear install phpseclib/Crypt_Base
还为我们提供pear版本,操作系统