How to Install Xampp on linux
Install Xampp:
Xampp is the most popular PHP development environment. It is completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl.
Download Xampp : https://www.apachefriends.org/download.html
Change the file mode to executable:
Step 1:
Before you use the packet further, it needs to be made executable. And to do that run the following command.
sudo chmod +x xampp-linux-x64-7.3.8-2-installer.runRun the Installation
sudo ./xampp-linux-x64-7.3.8-2-installer.runStep 2:
Just click on Yes.
Step 3:
Now just click on “Next”.
Step 4:
Select the components to install with XAMPP.
Step 5:
Now select the installation folder.
Step 6:
Start service




0 comments