How do i install xampp on linux?

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
google it.
Plus im pretty sure the xampp website tells how to install on linux.

Try before you ask for help, if you get stuck post your issues.
Not many people are going to spoon feed you
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025


Read and follow. And FYI it does work as i used to run it when i had Linux set up in VirtualBox
 

Ecko

23:37 [autobots] -!- eckostylez [[email protected]]
Nov 25, 2012
1,399
962
Download .tar.gz, but do not extract.

Open terminal, type in su and then hit enter (it will ask for root password). If you don't know root pw, type in sudo passwd root and enter your username and password.

Then extract the .tar.gz with this command:

tar xvfz xampp-linux-1.8.1.tar.gz -C /xampp

Now everything is in the /xampp folder. To start it type in: /xampp/lampp/lampp/start
 

Users who are viewing this thread

Top