remove xampp from ubuntu code example
Example 1: 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
Example 2: how install xampp in ubuntu
$ sudo apt install net-tools
/* */