How to install Xampp on Debian 9
- Download Xampp from https://www.apachefriends.org/download.html
- Navigate to the location of the downloaded file (eg: cd /$HOME/Downloads)
- Set the proper permissions
chmod +x xampp-linux-x64-7.1.1-0-installer.run
- Now run the installer
sudo ./xampp-linux-x64-7.1.1-0-installer.run
- Follow the installation wizard and xampp will be install on [c]/opt/lampp[/c]
0 Comments