

Go to a Linux shell (Ctrl-Alt_T), Change directory to the folder that XAMP was downloaded to. The next few steps 2 – 4 are the same as on the Apache friends website. Step 1: Get XAMPPĭownload XAMPP for Linux from Apache Friends. These instructions are a combination and addition to those found on the Apache Friends (XAMPP) website and Upubuntu websites. For a tutorial on setting up a full time web development machine please see my settting up Apache 2 server on Ubuntu tutorial. XAMPP also gives you an easy way to only start the web server when required.įor production web servers and full time development machines it is better to use the Apache server from the Ubuntu repository. XAMPP gives you everything to run a test web server in a single portable package theoretically making it easy to copy the configuration between machines. First let me answer the question why install XAMPP rather than installing Apache, MYSQL and PHP from the Ubuntu repository. This tutorial has been written to help you install XAMPP on 32bit Ubuntu 11.10 or 12.04 Linux. Installing XAMPP on Ubuntu 11.10 and 12.04

Today in this video, I’m going to show you how to install XAMPP Server on Ubuntu, please watch for more details.

Test XAMPP: Open your web browser and go to “ This should display the XAMPP welcome page, confirming that XAMPP is successfully installed on your Ubuntu system.This will start the Apache and MySQL servers. Start XAMPP: Once the installation is complete, you can start XAMPP by running the command “ sudo /opt/lampp/lampp start“.Follow the on-screen instructions to complete the installation. Replace with the name of the downloaded installer file. Make the Installer Executable: Use the command “ sudo chmod +x ” to make the installer executable.Navigate to the Downloads Directory: Use the command “cd ~/Downloads” to navigate to the Downloads directory where the XAMPP installer is located.

Open the Terminal: Open the terminal by pressing Ctrl + Alt + T or by clicking on the Terminal icon in the applications.Download XAMPP: Go to the official XAMPP website and download the Linux version of the software.Here are the steps to install XAMPP on Ubuntu: XAMPP is a popular cross-platform web server solution used for developing and testing web applications.
