How To Install Xampp In Ubuntu?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Download the XAMPP package for Linux from https://www.apachefriends.org/index.html.
2. Extract the downloaded file to the /opt directory.
3. Launch the terminal and change directories to the XAMPP installation directory, which should be something like /opt/lampp.
4. After changing directories, use the command ‘sudo ./xampp-linux-installer’ to start the XAMPP installation.
5. Once the installation is complete, launch XAMPP by running the command ‘sudo /opt/lampp/lampp start’.
6. To access the XAMPP control panel, open up a web browser and enter ‘localhost’ in the address bar.
7. Change the XAMPP admin password by entering the following command in the terminal: ‘sudo /opt/lampp/lampp security’.
8. You should now be able to access the XAMPP panel. From there, you can start and stop the Apache server and MySQL database, as well as manage other settings.