Answers for "ubuntu create xampp launcher"

26

how to start xampp in ubuntu

sudo /opt/lampp/lampp start
cd /opt/lampp/
ls
sudo ./manager-linux-x64.run
Posted by: Guest on August-02-2020
2

to start XAMPP ubuntu

sudo /opt/lampp/lampp start

sudo /opt/lampp/lampp stop
Posted by: Guest on March-31-2022
1

how to start xampp in ubuntu

# open terminal 
Ctrl+Alt+T

# then type below command
sudo /opt/lampp/lampp start
Posted by: Guest on December-20-2021
0

ubuntu launch xampp

$ sudo /opt/lampp/lampp start
Posted by: Guest on March-06-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language