delete xampp ubuntu code example
Example: 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
// 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