【发布时间】:2013-08-08 14:21:21
【问题描述】:
我使用的是 ubuntu 12.04
我使用这个命令安装了 php pear
sudo apt-get install php-pear php5-dev
我得到了这个结果
Reading package lists... Done
Building dependency tree
Reading state information... Done
php-pear is already the newest version.
php5-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
现在当我使用这个命令时
sudo pecl install v8js-0.1.3
我收到了这个错误
sudo: pecl: command not found
谁能告诉我如何解决这个错误? 谢谢你
【问题讨论】:
标签: ubuntu ubuntu-12.04 sudo pecl