Answers for "stop xampp on 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

xamp start ubuntu

sudo /opt/lampp/manager-linux-x64.run
Posted by: Guest on July-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language