Install XAMPP in Ubuntu 10.04

First, download XAMPP (linux version) for Ubuntu.
Download link: Click Here
Keep in mind when you download it, remember the location where you save the downloaded file. Now, suppose you download and save the file in desktop.
Open terminal (Ctrl+Alt+T) and go to desktop.
cd Desktop

Extract the downloaded archive file to /opt:

$ sudo tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt

To start XAMPP, just type in terminal

$ sudo /opt/lampp/lampp start

You will see something like below in your screen
Starting XAMPP 1.7.3a…
LAMPP: Starting Apache…
LAMPP: Starting MySQL…
LAMPP started.

To stop it just type

$ /opt/lampp/lampp stop
 

Eftakhairul Islam

Hi, I'm Eftakhairul Islam, a passionate Software Engineer, Hacker and Open Source Enthusiast. I enjoy writing about technical things, work in a couple of startup as a technical advisor and in my spare time, I contribute a lot of open source projects.

 

9 thoughts on “Install XAMPP in Ubuntu 10.04

  1. Thanks for your information..
    I need a help..
    I am using Ubuntu 10.04. I have installed xampp. Now I want the steps to execute a php file in my local host.

  2. My browser doesn’t support php. So I tried to save my php file in “/opt/lampp/htdocs/xampp”, after that I saw a message that “You do not have the permissions necessary to save the file.” Can you help me to get permission to read and write files in xampp ?

  3. This articles, really helped me to install the xampp on my ubuntu 11.04. It’s cool but why don’t they enable to software center?

  4. Hi i face a little problem at the installation wampp zip file on ubuntu 10.04 .
    i successfully extract inside opt folder at all. but When i start server using $ sudo /opt/lampp/lampp start it raise error sudo:/opt/lampp/lampp :command not found.

    I searched google but not get exact solution

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Read previous post:
Install Google Chrome Browser in Ubuntu (9.04, 9.10. & 10.04)

Google Chrome is an open source web browser developed by Google. I am very much used to with Google chrome when...

Close