How to install and un-install xampp on ubuntu
https://drive.google.com/file/d/1GMSwMXmNARFSIQuFc9Ho-4CnjBiHnCth/view?usp=sharing Installing XAMPP on Ubuntu 20.04 Please follow the following steps in order to download, install and configure XAMPP on your system: Step 1: Download the installation package The first step is to download the XAMPP package for Linux from the official Apache Friends website: https://www.apachefriends.org/index.html Click on the XAMPP for Linux option after which you will be prompted to Run the package or Save it to your system. We recommend downloading the package by clicking the Save File option. After which, your downloaded file will be saved to the Downloads folder by default. Step 2: Make the installation package executable We will install the package through the Ubuntu command line, The Terminal. In order to open the Terminal, either use the Dash or the Ctrl+Alt+T shortcut. After the Terminal is open, you need to move to your Downloads folder to access the file. Move to the ...