How to install lampp server?
Tofloor
poster avatar
kozak-ddjpg
deepin
2016-08-14 11:44
Author
Hi.

I try to install xampp on deepin, but i cant do it.

I used these commands.

  • sudo chmod +x nameApp
  • sudo ./nameApp


There is the error message:
./xampp.run: Syntax error: Unterminated quoted string




Could anyone help me please?

Reply Favorite View the author
All Replies
kozak-ddjpg
deepin
2016-08-14 11:45
#1
Could anyone help me please?
Reply View the author
lv1z
deepin
2016-08-14 18:22
#2
Hello kozak,

You should check the Xampp FAQ:

https://www.apachefriends.org/faq_linux.html

I think that you will find helpful the first question:

How do I install XAMPP?
Choose your flavor for your linux OS, the 32-bit or 64-bit version.

Change the permissions to the installer

chmod 755 xampp-linux-*-installer.run

Run the installer

sudo ./xampp-linux-*-installer.run

That's all. XAMPP is now installed below the /opt/lampp directory.
Reply View the author
rampoc005
deepin
2016-10-16 14:07
#3
xampp 32 bit not available ?.
Reply View the author
doorsoft
deepin
2016-10-16 14:34
#4
Reply View the author
horvan
deepin
2016-10-17 05:37
#5
Oh boy

  1. sudo apt -y install lamp
Copy the Code


You do not need xampp on linux :-)
Reply View the author