我所在的服务器正在使用 Debian,我正在尝试使用 pear 安装 Archive_Zip。我使用的命令是:
pear install -o Archive_Zip
然后我得到了这个错误。
Failed to download pear/Archive_Zip within preferred state "stable", latest release is version 0.1.2, stability "beta", use "channel://pear.php.net/Archive_Zip-0.1.2" to install
我对此很陌生。我只是按照他们(托管)教程中的命令进行操作,但我可以从错误中看出我必须使用另一种方法来安装扩展。谁能告诉我怎么做?