How to install XAMPP on Linux (Ubuntu and Kali Linux 2020)
Aug 16, 2020
XAMPP is the most popular PHP development environment
XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use.
- Download XAMPP installer
choose XAMPP for Linux
2. Go to Download folder and open with terminal
give permission to file:
chmod +x xampp-linux-x64-7.4.8-0-installer.run (FileName)
sudo ./xampp-linux-x64-7.4.8-0-installer.run (FileName)
3. Then install
4. After that, click finish
5. Open XAMPP Control Panel
sudo /opt/lampp/manager-linux-x64.run
Thanks for Reading!