-
Download [xampp](Download xampp from https://www.apachefriends.org/download.html) or from terminal
wget https://www.apachefriends.org/xampp-files/5.6.20/xampp-osx-5.6.20-0-installer.dmg
-
Make download file to executable mode. give mode of executable
sudo chmod +x /home/user/Downloads/xampp-osx-5.6.20-0-installer.dmg
-
Run below command for xampp execute file
sudo ./home/user/Downloads/xampp-osx-5.6.20-0-installer.dmg
-
After Installation, Complete, you'll find directory from /opt/lampp directory Simple Installation of xampp is completed, You can start and stop services of Apache and Mysql
Start: sudo /opt/lampp/lampp start
Stop: sudo /opt/lampp/lampp stop
Ref Link : [How to install xampp 1.8.3 for ubuntu or linux] (http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html)
Thanks 👍