Install XAMPP 1.8.1 on Ubuntu

Posted by Ilyas online blog


On this post I will give you an easy tutorial how to install XAMPP 1.8.1 on Ubuntu via PPA 12.10/12.04/Linux Mint 13. In the latest version of XAMPP web server, there are several updates including:

Apache 2.4.3
MySQL 5.5.27
PHP 5.4.7
phpMyAdmin 3.5.2.2

To install XAMPP 1.8.1, follow the steps below:

Open  Terminal (Ctrl + Alt + T) and XAMPP install with this command:

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

sudo apt-get update
sudo apt-get install xampp


Once done, you can run XAMPP with this command:


sudo /opt/lampp/lampp start


You can access the XAMPP web interface at this link : 


http://localhost/xampp/











Related Post



Post a Comment