Hi Friends,
I'm a rookie about linux and try to install Xampp to my ROSA Desktop Fresh R2, i downloaded Xampp linux version from the official web site and it gives me an bin file "xampp-linux-1.8.2-3-installer.bin" when i double click for install Open With windows appears, how i can install this file or do you guys have an offer about alternative of xampp for php programming ? and my system is 32Bit. I found some articles from google they says use chmod command to install, i followed the instructions but couldn't install anyway.
How to install Xampp on ROSA Desktop Fresh R2
Re: How to install Xampp on ROSA Desktop Fresh R2
I just figure it out
i'm typing down the solution if any rookie like me need it in the future
;
just rename the file name as "xampp.bin" to reach easyly.
Open Konsol and login as root, type "sudo su" and after that enter your password.
Apply this command "chmod +x xampp.bin ./xampp.bin"
Apply This command "./xampp.bin" and follow the instructions.



just rename the file name as "xampp.bin" to reach easyly.
Open Konsol and login as root, type "sudo su" and after that enter your password.
Apply this command "chmod +x xampp.bin ./xampp.bin"
Apply This command "./xampp.bin" and follow the instructions.
