Uninstall xampp in ubuntu using terminal; Through this tutorial, you will find some easy solution for uninstall xampp in linux ubuntu using terminal or command prompt
How to Uninstall xampp in Ubuntu using Terminal
Here are some solutions to uninstall xampp in linux ubuntu 20.04/22.04 system using terminal or command prompt:
- Solution 1 – Using /opt/lampp/uninstall
- Solution 2 – -i cd /opt/lampp ./uninstall
- Solution 3 – rm -r /opt/lampp to uninstall xampp ubuntu completely
Solution 1 – Using /opt/lampp/uninstall
First of all, open terminal or command prompt and execute the following command into it to uninstall xampp from linux ubuntu system:
sudo /opt/lampp/uninstall
Solution 2 – -i cd /opt/lampp ./uninstall
If there is a problem with the first solution or does not uninstall xampp from ubuntu. So you can uninstall xampp by executing this command on the command line:
sudo -i cd /opt/lampp ./uninstall
Solution 3 – rm -r /opt/lampp to uninstall xampp ubuntu completely
In this third solution, you can also remove xampp from ubuntu with the command given below:
sudo rm -r /opt/lampp
If you’re looking to set up XAMPP on Ubuntu via terminal or command line, be sure to explore this resource => How to install XAMPP on Ubuntu 22.04 using Terminal.
Conclusion
Through this tutorial, you have learned some easy ways to uninstall xampp from linux ubuntu using command prompt or terminal.