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
- How to Zip a Folder in Ubuntu/Linux Using the Command Line?
- How to Add and Delete Users on Ubuntu?
- How to Change Hostname on Ubuntu 22.04?
- How to Install PHP SOAP Extension on Ubuntu 22.04?
- How to Install and Master Django on Ubuntu 22.04?
- How to Install PHP JSON Extension in Ubuntu 22.04?
- How to install PHP Imagemagick on Ubuntu 22.04?
- How to Install PHP Intl Extension in Ubuntu 22.04 ?