How to Completely Remove XAMPP from Ubuntu 2022 Guide

Today, In this Blog Post, I’m going to share the steps for Removing XAMPP completely from Ubuntu or from any Linux Distro in a very straightforward way. I Promise. This method is tested on Ubuntu 18.04 and Ubuntu 20.04 and it works pretty well. So without any further due let’s get straight to it.

How to Remove Xampp from Ubuntu 20.04

Removing Xampp from Ubuntu 20.04 is very easy. You can remove the XAMPP from just a single command. Open the terminal and type the following command for removing XAMPP from your Ubuntu Machine.

Here are the steps for Removing XAMPP from Ubuntu.

  • Open the Terminal by CTRL+ALT+T
  • Type: sudo /opt/lampp/uninstall

How to Remove Xampp from any Linux Distro

To completely remove XAMPP from any Linux distro you need to find the Lampp Directory. You can find it by typing commands listed below . Now, delete the Lampp Directory as all the XAMPP contents is located inside the Lampp Folder.

Make sure to Stop XAMPP before removing it. That’s it No Big Deal..

Follow the following steps to remove XAMPP from your Linux Distro.

  • sudo -i cd /opt/lampp ./uninstall
  • sudo rm -r /opt/lampp

Boom! You are good to go now!.

Leave a Comment