how can I install xampp.in linux?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can I install xampp.in linux??

as usual I use xampp in windows how can I install xampp in linux??please help me

25th Jun 2016, 8:56 AM
Rafsan Jani
Rafsan Jani - avatar
4 Answers
+ 1
download the installer from their website with the correct architectnure for your pc. chmod the installer with +x for executable, and run with sudo. $ chmod +x installer.run $ sudo ./installer.run to use it, access lamps from its place under opt. $ sudo /opt/lampp/lampp {start,stop,restart} Be sure to change the owner of the htdocs folder so you don't have to use root each time you want to use it. $ chown -R user /opt/lampp/htdocs PHP and MySQL binaries can be found under /opt/lampp/bin PHP/MySQL/Apache configurations can be found under /opt/lampp/etc
25th Jun 2016, 8:39 PM
Kaleb Klein
Kaleb Klein - avatar
0
thanks
25th Jun 2016, 8:41 PM
Rafsan Jani
Rafsan Jani - avatar
0
welcome. some distros will have it in their repositories. but I've found my method easier, as sometimes the repos package is broken for xampp
25th Jun 2016, 8:51 PM
Kaleb Klein
Kaleb Klein - avatar
0
Its called Lampp = Linux + Apache + Mysql + Php the linux version
27th Jun 2016, 5:12 AM
Alejandro Bozzi