How to Install Xampp on Linux – Step-by-step

September 24, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading XAMPP

    Download XAMPP for GNU/Linux

    Get XAMPP .run for Linux

    Save the File.

  2. 3. Installing XAMPP

    Then to Set up XAMPP on Linux:
    First Access the Target, usually in the Downloads folder:
    (But if downloaded with Firefox it can be instead into /tmp/mozilla*)

    cd && cd Downloads

    To Check it’s there List the contents with:

    ls . | grep xampp

    The grep Command refine the output List showing only the Entries matching the Keyword.
    But if yuo are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser.
    Then give Execution Permission:

    chmod +x ./xampp*.run

    Finally to Setup XAMPP:

    sudo ./xampp*.run

    If Got “User is Not in Sudoers file” then Look: Solution

    Now, follow XAMPP Installation Wizard
    First, :

    Setup

    Then possibly Uncheck “Developer Files” if you don’t need them:

    Select components

    Confirm on Location:

    Location

    Start the Installation:

    Start Installation
    Start Installing

    Once done to Quit and Launch XAMPP:

    Finish

Contents


QuickChic Theme • Powered by WordPress