Last active
July 30, 2023 05:38
-
-
Save atulkamble/214d2d1673eab8743a26ea05acec5f00 to your computer and use it in GitHub Desktop.
Install php & xampp on ubuntu 20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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