How to Uninstall XAMPP From Ubuntu using Terminal?

11-Apr-2023

.

Admin

How to Uninstall XAMPP From Ubuntu using Terminal?

Hello Friends,

In this example, I will show you how to uninstall xampp from Ubuntu using the terminal. This tutorial will give you a simple example of removing xampp from Ubuntu. you can see how to completely remove xampp from Ubuntu. I would like to share with you how to uninstall xampp on Ubuntu.

In this tutorial, we will learn an easy way to uninstall XAMPP from Ubuntu Linux using the command line or terminal. Follow these steps to uninstall XAMPP:

Solution 1: Using /opt/lampp/uninstall


First of all, open the terminal or command line and execute the following command on the command line 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 we can uninstall xampp by executing this command on the command line:

sudo -i cd /opt/lampp ./uninstall

Solution 3: rm -r /opt/lampp

In this third solution, we can also remove xampp from Ubuntu with the command given below:

sudo rm -r /opt/lampp

By following these steps, you can easily uninstall XAMPP from Ubuntu using the terminal.

I hope it can help you...

#Ubuntu