Answers for "remove xampp from 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
0

how install xampp in ubuntu

$ sudo apt install net-tools
/*    */
Posted by: Guest on October-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language