Hi, Is there any way to check that pear already install using ssh command ? Thanks.
isputra Well-Known Member May 3, 2003 574 0 166 Mbelitar Sep 15, 2006 #1 Hi, Is there any way to check that pear already install using ssh command ? Thanks.
WebScHoLaR Well-Known Member Dec 14, 2005 508 3 168 Planet Earth Sep 15, 2006 #2 Login to the server via SSH and just write: pear if it is installed then it will show its available commands.
Login to the server via SSH and just write: pear if it is installed then it will show its available commands.
isputra Well-Known Member May 3, 2003 574 0 166 Mbelitar Sep 16, 2006 #3 Sorry for mistype. What i mean is how to check pear::db module already install ? For pear, using pear -V will give me information about version of pear,php and zend. Thanks
Sorry for mistype. What i mean is how to check pear::db module already install ? For pear, using pear -V will give me information about version of pear,php and zend. Thanks
C CoolMike Well-Known Member Sep 6, 2001 313 0 316 Sep 16, 2006 #4 Just use "pear list" to see all the installed modules... Mike