Installing pear php in ubuntu machine helps you to use existing libraries to make our development easy.
In terminal, run the following command:
[code]
sudo apt-get install php-pear
[/code]
Feb 05
Installing pear php in ubuntu machine helps you to use existing libraries to make our development easy.
In terminal, run the following command:
[code]
sudo apt-get install php-pear
[/code]
Permanent link to this article: https://blog.openshell.in/2013/02/how-to-install-pear-php-in-ubuntu/