What is Xampp
XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends. you can easily install xampp your operating system.
Since most actual web server deployments use the same components as XAMPP, it makes transitioning from a local test server to a live server possible.
Download Xampp
Download Linux version Xampp by clicking on the download button or download Xampp from the official site. this is the first step for install Xampp
When the download is complete, then click on right button on the folder where you have saved the Xampp file and click on Open with Terminal.
Then change the file permissions by running the following command in the terminal.
[terminal]chmod 755 xampp-linux-*-installer.run[/terminal]
Then run the installer for installing Xampp
[terminal]sudo ./xampp-linux-*-installer.run[/terminal]
That’s all. XAMPP is now installed below the /opt/lampp directory.
Start & Stop Xampp
After Install Xampp, You can start Xampp by running the following command at the terminal.
[terminal]sudo /opt/lampp/lampp start[/terminal]
Use the following command to stop Xampp.
[terminal]sudo /opt/lampp/lampp stop[/terminal]
Also, note that there is a graphical tool that you can use to manage your servers easily. You can start this tool with the following commands:.
[terminal]cd /opt/lampp
sudo ./manager-linux.run (or manager-linux-x64.run)[/terminal]
Note: Let us know in the comments if you are facing any problems while installing Xampp. We are ready to resolve the issue very soon. Thank you very much for visit our blog post.
Remove or Uninstall Xampp
You can easily uninstall Xampp from your system if you want. Run the command below to uninstall Xampp.
[terminal]sudo rm -rf /opt/lampp
[/terminal]
I wish you are going to do some gorgeous things for us. we need to follow this website to get more knowledge about operation system.
We hope so.
That’s right
Thanks for Comments
Be successful and reach your goal. Have a smooth journey to your success.
Inshaallah!