Uninstall XAMPP From Ubuntu Terminal OR Command Line

10-Feb-2023

.

Admin

Uninstall XAMPP From Ubuntu Terminal OR Command Line

Hi Guys,

This tutorial is focused on How to uninstall xampp from Ubuntu?. I explained simply step by step completely uninstall xampp ubuntu Code Example. you can understand a concept of Uninstall XAMPP From Ubuntu Terminal OR Command Line. This tutorial will give you simple example of remove xampp from ubuntu Code Example. you will do the following things for How to Uninstall XAMPP From Ubuntu using Terminal?

You can use this post for ubuntu 14.04, ubuntu 16.04, ubuntu 18.4, ubuntu 20.04, ubuntu 21 and ubuntu 22.04 versions.

Solution 1: Using /opt/lampp/uninstall


 //how to uninstall xampp in ubuntu 16.04 using terminal

Way 1: >sudo /opt/lampp/uninstall

Solution 2: -i cd /opt/lampp ./uninstall

Alternatively -> Remove Xampp from Linux

 Way 2: Alternatively > sudo -i cd /opt/lampp ./uninstall

Solution 3: rm -r /opt/lampp

Last run delete for lampp folder

 > sudo rm -r /opt/lampp

#Ubuntu