A version for Linux systems (Ubuntu, SuSE, RedHat, Debian, Fedora…)

XAMPP is a open source tool, its really very easy to install and manage in your system. Apache distribution containing MySQL, PHP and Perl .
We can easily install xampp on Ubuntu, Fedora, CentOS, and other Linux Operating System,

Xampp Installation:

Download the xampp latest version and install it

# cd /opt
# wget http://jaist.dl.sourceforge.net/project/xampp/XAMPP%20Linux/1.8.3/xampp-linux-1.8.3-4-installer.run

Give execute permission for installing
 
# chmod +x  xampp-linux-1.8.3-4-installer.run
# ./xampp-linux-1.8.3-4-installer.run



By default XAMPP Developer Files enabled, clear the component you don’t want to install. Click on “Next” to continue


Don’t want to provide free installer in future like wordpress, Drupal, Joomla and other open source apps deselect “Learn more about MnitNami for XAMPP”. Click on Next button


Now, Installing XMAPP in your system,


Setup has finished,  Click on Finish button. XAMPP will be shows on screen



Once click on finish button shows  XAMPP Control panel


Select the Server and click on start button



Also, can start, stop and restart lamp by command line
 
# /opt/lampp/lampp start
# /opt/lampp/lampp restart
# /opt/lampp/lampp stop
# /opt/lampp/lampp status

We can configure XAMPP start on boot time.