0

Sorry for my english i did those steps

1) Dowmload de file :

xampp-linux-x64-1.8.3-2-installer.run

2) Open terminal...

   JonasJhy@Ububtu:~/Downloads$

3) Write this

   JonasJhy@Ububtu:~/Downloads$ chmod 755 xampp-linux-x64-1.8.3-2-installer.run

4) And write this

   JonasJhy@Ububtu:~/Downloads$ sudo ./xampp-linux-x64-1.8.3-2-installer.run

...and then the computer show me this

./xampp-linux-x64-1.8.3-2-installer.run: 2: ./xampp-linux-x64-1.8.3-2-installer.run: Syntax error : Unterminated quoted string

whats the problem,

Can you help me

Maythux
  • 87,123

1 Answers1

1

You can install it using the ppa

Add the ppa:

sudo add-apt-repository ppa:upubuntu-com/xampp

Update:

sudo apt-get update

Install XAMPP:

sudo apt-get install xampp
Maythux
  • 87,123