How to Uninstall XAMPP From Ubuntu using Terminal?

Jun 23, 2022 . Admin

Hi Guys,

Hello all! In this article, we will talk about UNINSTALLING XAMPP COMPLETELY. Here you will learn How Do I Uninstall Xampp on Ubuntu?. if you have question about Ubuntu command lines to Uninstall xampp then I will give simple example with solution. I would like to show you XAMPP Unistallation. follow bellow step for Unistall XAMPP on Ubuntu.

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