我正在使用 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
有人能告诉我如何解决这个错误吗?谢谢