Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Sunday, April 17, 2022

How To: Install Xampp In Ubuntu / Xubuntu

 

1) Download Xampp from the website.

Once download process completed, in Chrome window, click download option at the bottom bar and select Show in folder.


2) Go to download path.

In the Download tab of File Manager Application, right-click and select Open Terminal Here.


3) Type Terminal commands.

chmod 755 xampp-linux-*-installer.run

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


4) Follow Xampp Installer Wizard.











CRITICAL: Xampp installation process may get killed half way through, read the following to solve the problem: https://setup-steps.blogspot.com/2022/04/how-to-fix-xampp-installation-error-in.html


ADDITIONALLY: If you want to check that the services are running, type the following comand:

ps aux | grep ftp

To stop the service, type the command:

sudo kill -9 21882


READ ALSO:

https://www.debianhelp.co.uk/xampp.htm

https://phoenixnap.com/kb/how-to-install-xampp-on-ubuntu

No comments:

Post a Comment