xxxxxxxxxx
# Step 1: Download XAMPP
wget https://downloadsapachefriends.global.ssl.fastly.net/7.0.33/xampp-linux-x64-7.0.33-0-installer.run
# Step 2: Make the downloaded file executable
chmod +x xampp-linux-x64-7.0.33-0-installer.run
# Step 3: Run the installer
sudo ./xampp-linux-x64-7.0.33-0-installer.run
# Step 4: Follow the on-screen instructions for installation
# The installer will guide you through the installation process,
# allowing you to select the components you want to install.
# Step 5: Start XAMPP services
sudo /opt/lampp/lampp start
# Step 6: Access XAMPP in your browser
# Open your web browser and visit http://localhost or http://localhost/phpmyadmin
xxxxxxxxxx
1: download for linux from -> https://www.apachefriends.org/download.html
2: enable permision to run the installer -> chmod 777 ./xampp-linux-x64-8.1.2-0-installer.run
3: finally run -> xampp-linux-x64-8.1.2-0-installer.run
###########################################################
start server -> sudo '/opt/lampp/xampp' start
sudo '/opt/lampp/xampp' restart
reload server -> sudo '/opt/lampp/xampp' reload
stop server -> sudo '/opt/lampp/xampp' start