Installing XAMPP 1.8.1 on Ubuntu 12.10

XAMP Ubuntu

Sometimes to install un apache server can become a difficult task for novice users, and even more so if we add things like MySQL, PHP y phpMyAdmin. Fortunately, there are tools like XAMPP - previously LAMPP - that make this task very easy. In this post we will learn to install XAMPP for Linux en Ubuntu 12.10 through the corresponding PPA.

The first thing is to open a console and add the repository upubuntu-com / xampp.

sudo add-apt-repository ppa:upubuntu-com/xampp

And then just refresh the local information and install.

sudo apt-get update && sudo apt-get install xampp

Ready, now we just start XAMPP with the command:

sudo /opt/lampp/lampp start

We will see how the included tools start. To confirm that everything is running as it should, we open our browser and go to the address http: // localhost / xampp, where we will find the web interface. We will have to change "localhost" to the IP address of our server if necessary.

To stop or restart XAMPP from the console we will do it with the commands

sudo /opt/lampp/lampp stop

y

sudo /opt/lampp/lampp restart

respectively.

More information - Uninstalling the shopping lens in Ubuntu 12.10
Source - up ubuntu


Leave a Comment

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

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   mokodedios said

    Very good, it worked great for me, thank you very much ...

  2.   Luis Angel said

    nah ami it doesn't work for me, it says "E: The xampp package could not be located"!

  3.   Jesus Romero said

    thanks for the information ^^

  4.   The grateful said

    VERY GOOD THANKS I NEEDED IT 🙂

  5.   marulo said

    Thank you very much friend