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:
No comments:
Post a Comment