install XAMPP on your Linux system

install XAMPP on your Linux system
October 29, 2024
No Comments
1 min read

To install XAMPP on your Linux system using the xampp-linux-x64-8.2.12-0-installer.run file, follow these steps:

  1. Download XAMPP (if not already downloaded):
    Ensure you have the xampp-linux-x-x.x.x-installer.run file downloaded in a known directory, like ~/Downloads.
  2. Open Terminal:
    Open your terminal (Ctrl + Alt + T).
  3. Navigate to the Download Directory:
Bash
cd ~/Downloads
  1. Make the Installer Executable:
    Use chmod to make the installer executable:
Bash
chmod +x xampp-linux-x-x.x.x-installer.run
  1. Run the Installer:
    Execute the installer with root privileges:
Bash
sudo ./xampp-linux-x-x.x.x-installer.run
  1. Follow the Installation Steps:
    An installation wizard will appear. Follow the prompts to complete the installation.
  2. Start XAMPP:
    After installation, start XAMPP with:
Bash
sudo /opt/lampp/lampp start
  1. Access XAMPP Dashboard:
    Open your browser and go to:
Bash
http://localhost

This will open the XAMPP dashboard, confirming your installation is successful!

©2025 Linux Bangla | Developed & Maintaind by Linux Bangla.