Skip to content

Install xampp on Any Linux distro.

Posted on:June 23, 2023 at 08:36 AM

Table of contents

Open Table of contents

Installation

Step 1: Download from here

Step 2: make download xampp-linux*.run to executable

sudo chmod 755 xampp-linux*.run

Step 3: run command to install xampp handle all process.

sudo ./xampp-linux*.run

step 4: to start xampp

sudo /opt/lampp/lampp start

by GUI

first navigate to

cd /opt/lampp/
sudo ./manager-linux-x64.run

Step 5: To Stop lampp

sudo /opt/lampp/lampp stop

Tips

For sortcut used used alias Below line to end of .zshrc or .bashrc what shell you using && you can customize stlampp/splampp as your wish

alias stlampp="sudo /opt/lampp/lampp start"
alias splampp="sudo /opt/lampp/lampp stop"