xampp remove in 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: uninstall xampp linux
sudo /opt/lampp/uninstall
sudo rm -r /opt/lampp