0

I am a newbie in Ubuntu. Please help me install xampp 7.3.9-0 in Ubuntu 18.04.3 LTS. I have tried various ways but none could do it.

Eliah Kagan
  • 119,640

1 Answers1

1

Download the installer and save it in a folder in your computer. You can either download it from its website or you can run the following command that downloads it and saves it in your Home folder.

wget https://downloadsapachefriends.global.ssl.fastly.net/7.3.9/xampp-linux-x64-7.3.9-0-installer.run

Change the installer's permissions so that it can be executed (if you saved the installer in a folder other than home, first cd into that folder and then run the commands):

chmod u+x xampp-linux-x64-7.3.9-0-installer.run

Now you can run the installer (requires root privileges):

sudo ./xampp-linux-x64-7.3.9-0-installer.run

Finally, follow the graphical installer's instructions to install the components you need and select xampp's installation directory.