0

I update my AWS instance from ubuntu 16 to 18.04.

Currently I have the xampp installer with this name

xampp-linux-x64-7.2.2-0-installer.run

located at user@ip:~$

I tried to run this command sudo chmod +x xampp-linux-x64-7.2.2-0-installer.run

But the problem is when I tried to run this command

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

Terminal says

sudo: ./xampp-linux-x64-7.2.2-0-installer.run: command not found

Is there anything I need to do first?

Pablo
  • 255
  • 1
  • 4
  • 11
  • Have you tried running it with an absolute path? – Ginnungagap Sep 10 '19 at 11:18
  • 1
    Don't use XAMPP on a production system. It's a dev tool with insecure settings and should only be used on your dev machine. Ubuntu comes with everything you need already. – Sven Sep 10 '19 at 11:38

0 Answers0