Ubuntu 12.04 - Cannot install PEAR

1

Following these instructions:

How to install an updated version of PEAR / PHPUnit on Ubuntu?

sudo apt-get install php-pear

I get php-pear is already the newest version.

then

sudo pear channel-update pear.php.net

gives me

-bash: /usr/bin/pear: No such file or directory

Kiksy

Posted 2013-08-30T13:59:21.547

Reputation: 111

1try doing a whereis pear then use a full path with sudo – AnonymousLurker – 2013-08-30T14:11:28.840

pear: /etc/pear . Then sudo etc/pear gives me /etc/pear command not found – Kiksy – 2013-08-30T14:39:16.303

No answers