Posts

Showing posts from July, 2017

install xampp in linux mint

command sequence to install xampp in linux mint:- 1) download xampp from -https://www.apachefriends.org/download.html?ModPagespeed=noscript# 2)download the xampp-linux-x64-7.1.7-0-installer.run file 3)file is downloaded in downloads folder 4) open terminal 5) write "su root" on command line #By executing the commands as a root user,we have removed chances of not 6)now you will be running it as root user 7)run command - cd Downloads # you are now in downloads directory 8)run command-chmod +x xampp-linux-x64-7.1.7-0-installer.run 9)run command -./xampp-linux-x64-7.1.7-0-installer.run 10) gui interface opens and go through the step-wise installation guide just as you do in windows