Q:

how to open xampp control panel in ubuntu

sudo /opt/lampp/lampp start
3
sudo /opt/lampp/lampp start
cd /opt/lampp/
ls
sudo ./manager-linux-x64.run 
2
>>> cd /opt/lampp/

>>> ls 

>>> sudo ./manager-linux-x64.run 
2
If you use a 64-bit system:

sudo /opt/lampp/manager-linux-x64.run
0
//you have to stop the Apache2 and MySQL.

$sudo /etc/init.d/apache2 stop

$sudo /etc/init.d/mysql stop

//And then restart Xampp server

$sudo /opt/lampp/lampp restart
1

New to Communities?

Join the community