Check If Xampp Is Installed Ubuntu

[Solved] Check If Xampp Is Installed Ubuntu | Shell - Code Explorer | yomemimo.com
Question : check if xampp is installed ubuntu

Answered by : harendra

1. Check php by running
which php
return path -> `/usr/bin/php`
2. Check mysql by runnung
which mysql
return path -> `/usr/bin/mysql`
3. Check apache2 by runnung
which apache2
return path -> `/usr/sbin/apache2`

Source : | Last Update : Tue, 27 Apr 21

Answers related to check if xampp is installed ubuntu

Code Explorer Popular Question For Shell