Install XAMPP in Ubuntu using command line


You can install XAMPP in Ubuntu using ppa(Personal Package Archives). This is a simple process. Open terminal and type following command.

sudo add-apt-repository ppa:upubuntu-com/web
sudo apt-get update
sudo apt-get install xampp

XAMPP is installed now type following command  to start XAMPP server

sudo /opt/lampp/lampp start

Now xampp is installed in your linux , just open web browser and type url in address bar : http://localhost/

Congrats !! your have installed XAMPP on your system

To operate XAMPP in Ubuntu see this link operate-xampp-in-ubuntu-using-command-line

Published by PHP Technology Tutorials

PHP Developer

9 thoughts on “Install XAMPP in Ubuntu using command line

Leave a comment