Answers for "to stop xampp in ubuntu"

0

remove xampp from ubuntu

// creats an uninstall exec file
 sudo chmod +x /opt/lampp/uninstall
 
 // call the exec file to uninstall ( an user interface it will appear )
 sudo /opt/lampp/uninstall
Posted by: Guest on March-12-2021
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 from terminal

# open terminal 
Ctrl+Alt+T

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language