Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Last active July 30, 2023 05:38
Show Gist options
  • Save atulkamble/214d2d1673eab8743a26ea05acec5f00 to your computer and use it in GitHub Desktop.
Save atulkamble/214d2d1673eab8743a26ea05acec5f00 to your computer and use it in GitHub Desktop.
Install php & xampp on ubuntu 20
sudo update php
sudo apt-get update
sudo apt-get upgrade
php -v
cd Downloads
clear
chmod +x xampp-linux-x64-8.1.2-0-installer.run
sudo ./xampp-linux-x64-8.1.2-0-installer.run
cd /opt/lampp
sudo ./manager-linux-x64.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment