Reputation: 1818
Recently I successfully uninstalled pear using the following command:
$ sudo pear uninstall pear
So I recently reinstalled it, but I botched the installation and I want to start over (once again). This time, when I run the above command, pear gives me this message:
pear/pear not installed
Any suggestions?
Upvotes: 4
Views: 5520
Reputation:
Refer to the correct way to install and uninstall pear:
http://pear.php.net/manual/en/installation.getting.php
Upvotes: -3
Reputation: 255005
PEAR is just a bunch of php scripts. To uninstall it manually just remove /usr/share/php/PEAR
(the path can vary on distribs)
Upvotes: 6