Site icon Shaharia's Blog

How to uninstall XAMPP from Linux

Uninstall Xampp from Ubuntu CentOS

Uninstall Xampp from Ubuntu CentOS

To completely uninstall XAMPP from your Linux computer, you just need to run the following command. It is all about to remove lampp directory. Because all of your xampp contents are located inside it.

sudo rm -rf /opt/lampp

Steps to uninstall XAMPP from Ubuntu

  1. First check if you have an active lampp directory

    cd /opt/lampp

  2. Now uninstall lampp

    ./uninstall

    Alternatively, run the following command
    sudo rm -rf /opt/lampp

That’s it. It’s pretty simple to remove and uninstall XAMPP from Ubuntu, CentOS and other linux system. If you face any difficulty write that in comment and I will be happy to help.