[Solved] Linux : How to uninstall Xampp in Linux (ubuntu) Machine.

If You Want to uninstall Xampp from your linux machine, then follow the Below Steps :- Step 1 :- first Stop the server from running by below command sudo /opt/lampp/lampp stop Step 2 :- Now run below command to uninstall Xampp. sudo /opt/lampp/uninstall Step 3 :- Now run the below command to remove Xampp All leftover files. sudo rm -r /opt/lampp As you can see in the screenshot, after running the command all files are removed and when xampp is

Read more

[Solved] Linux : How to install XAMPP on Linux (Ubuntu) machine.

To Successfully Install Xampp in your Ubuntu Machine just follow the Below Steps carefully. Step 1 :- Login to your (Ubuntu) Machine. Step 2 :- run the below command to download Xampp. wget https://downloadsapachefriends.global.ssl.fastly.net/7.4.22/xampp-linux-x64-7.4.22-0-installer.run Step 3 :- Go to root user by entering below command sudo -s Step 4 :- Now we give permission to execute to the downloaded xampp file. For that run, chmod 755 xampp-linux-x64-7.4.22-0-installer.run Step 5 :- Now, we run the downloaded file for installation, for that

Read more