Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save UbuntuEvangelist/e679a78e68c9224548a0d8a93f6155c9 to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/e679a78e68c9224548a0d8a93f6155c9 to your computer and use it in GitHub Desktop.
PHP Installation Commands For Ubuntu
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install php8.2 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment