Gỡ xampp trêm ubuntu

https://askubuntu.com/questions/624087/uninstall-xampp-on-ubuntu-using-terminal-command

To Uninstall Xampp, use

sudo -i

cd /opt/lampp

./uninstall

Open a terminal and remove the folder with:
sudo rm -r /opt/lampp or sudo rm -rf /opt/lampp

Last updated