Answers for "how to stop xampp server in unbuntu"

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

Code answers related to "how to stop xampp server in unbuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language