How to Uninstall xampp in Ubuntu using Terminal

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.

Recommended Linux Ubuntu Tutorials

AuthorAdmin

My name is Devendra Dode. I am a full-stack developer, entrepreneur, and owner of Tutsmake.com. I like writing tutorials and tips that can help other developers. I share tutorials of PHP, Python, Javascript, JQuery, Laravel, Livewire, Codeigniter, Node JS, Express JS, Vue JS, Angular JS, React Js, MySQL, MongoDB, REST APIs, Windows, Xampp, Linux, Ubuntu, Amazon AWS, Composer, SEO, WordPress, SSL and Bootstrap from a starting stage. As well as demo example.

Leave a Reply

Your email address will not be published. Required fields are marked *