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
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
# Step 1: Download XAMPP
wget https://www.apachefriends.org/xampp-files/version-xampp-7.4.22-x64.tar.gz
# Step 2: Extract the downloaded file
tar xzf version-xampp-7.4.22-x64.tar.gz
# Step 3: Move the extracted folder to /opt directory
sudo mv xampp-7.4.22 /opt/lampp
# Step 4: Set permissions on the /opt/lampp directory
sudo chmod 755 -R /opt/lampp
# Step 5: Start XAMPP
sudo /opt/lampp/lampp start
xxxxxxxxxx
open temrinal
cd /opt/lampp
sudo ./manager-linux-x64.run # 64 bit
sudo ./manager-linux.run # 32 bit
image.mefiz.com
xxxxxxxxxx
sudo '/opt/lampp/xampp' start
sudo '/opt/lampp/xampp' reload
sudo '/opt/lampp/xampp' restart
sudo '/opt/lampp/xampp' stop
xxxxxxxxxx
#follow below link
https://computingforgeeks.com/how-to-install-xampp-on-fedora/
xxxxxxxxxx
wget https://www.apachefriends.org/xampp-files/<version>/xampp-linux-x64-<version>.tar.gz