How To Install XAMPP latest version In Linux (Mint, Lite Ubuntu) via Terminal?
У вашего броузера проблема в совместимости с HTML5
How To Install XAMPP latest version In Linux Via Terminal?
Ubuntu, Linux Mint, Linux Lite or any other distribution
Download XAMPP here https://www.apachefriends.org/download.html
Open terminal and use following commands
cd /tmp
wget https://www.apachefriends.org/xampp-files/7.1.28/xampp-linux-x64-7.1.28-0-installer.run
chmod 755 xampp-linux-x64-7.1.28-0-installer.run
sudo ./xampp-linux-x64-7.1.28-0-installer.run
Start, stop and restart XAMPP with following commands
sudo /opt/lampp/lampp start
sudo /opt/lampp/lampp stop
sudo /opt/lampp/lampp restart
XAMPP has been installed successfully and it is working but we can not see it in the start menu. You will have to integrate it manually. I will show you in later video.
Thanks
DesiTechi