XAMPP Installation on Ubuntu

1. Download the latest version of XAMPP Here
2. Go to the directory of downloaded XAMPP
    cd ~/Downloads
    sudo su
3. Makes the XAMPP package as executable
    sudo chmod +x xampp-linux-x64-5.6.8-0-installer.run
4. Install the XAMPP as shown bellow
   sudo ./xampp-linux-x64-5.6.8-0-installer.run
5. Then you get XAMPP installation wizard. It's now next..next installation.

For starting the XAMPP server
sudo /opt/lampp/lampp start
For stop the XAMPP server
sudo /opt/lampp/lampp stop

Comments

Popular posts from this blog

GL_QUAD_STRIP Example In OpenGl

GL_TRIANGLE_FAN Example In OpenGl