Skip to content

Instantly share code, notes, and snippets.

@JrogeT
JrogeT / ubuntu-xampp
Last active July 1, 2024 14:51
Ubuntu command lines to install xampp
sudo -s
apt update
apt upgrade
wget https://linktodownloadxamppxampp-linux-x64-7.1.10-0-installer.run
chmod +x xampp-linux-x64-7.1.10-0-installer.run
./xampp-linux-x64-7.1.10-0-installer.run
sudo ln -s /opt/lampp/bin/php /usr/bin/php
#In order to start all the xampp services, we need to run the following command in the terminal: