我试过了sudo apt-get install php-pecl
,但得到了这个输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package php-pecl
答案1
没有php-pecl
软件包。pecl
二进制文件包含在php-pear
软件包中,例如:
sudo apt-get install php-pear
您可以使用apt-file
from apt-file
package 搜索未在本地安装的包中包含的文件。尝试:
sudo apt-get install apt-file
apt-file update
apt-file search /usr/bin/pecl