We have been already installed XAMPP previous version on Linux, this post describe about how to install latest version with development tool on Fedora, Ubuntu, CentOS.
This installation package can support all Linux OS, choose your flavor for your Operating system the 32-bit or 64-bit version.
Download :
Download the package from the XAMPP download page using wget command,
Install :
Give execute permissions to the installer,
# chmod +x xampp-linux-x64-5.6.8-0-installer.run
# ./xampp-linux-x64-5.6.8-0-installer.run
# ./xampp-linux-x64-5.6.8-0-installer.run
--------------------------------------
Welcome to the XAMPP Setup Wizard.
-----------------------------------------
Select the components you want to install; clear the components you do not want
to install. Click Next when you are ready to continue.
XAMPP Core Files : Y (Cannot be edited)
XAMPP Developer Files [Y/n] :Y
Is the selection above correct? [Y/n]: Y
--------------------------------------------
Installation Directory
XAMPP will be installed to /opt/lampp
Press [Enter] to continue:
--------------------------------------------
Setup is now ready to begin installing XAMPP on your computer.
Do you want to continue? [Y/n]: Y
--------------------------------------------
Please wait while Setup installs XAMPP on your computer.
Installing
0% ______________ 50% ______________ 100%
#########################################
-------------------------------------------
Setup has finished installing XAMPP on your computer.
Run :
By default installed location is /opt/lampp now, start, stop, restart and status of lampp by the following command
# /opt/lampp/lampp start
# /opt/lampp/lampp stop
# /opt/lampp/lampp status
# /opt/lampp/lampp restart
# /opt/lampp/lampp stop
# /opt/lampp/lampp status
# /opt/lampp/lampp restart
Finally, open the browser and give the URL,
http://localhost/ or http://your-system-ip-address/
Comments (0)