Installing XAMPP on Linux
Detailed steps for installing XAMPP on Linux using the terminal(Here i have installed in Ubuntu 20):Open a terminal window by pressing "Ctrl+Alt+T" on your keyboard.Change to your home directory by running the following command:bashcd ~
Download the XAMPP installer for Linux from the official Apache Friends website by running the following command:bashwget https://www.apachefriends.org/...
Read more...