Skip to content

Instantly share code, notes, and snippets.

@yusufusta
Last active December 26, 2021 19:50
Show Gist options
  • Select an option

  • Save yusufusta/31c804d82d49053372571cc9c00e9349 to your computer and use it in GitHub Desktop.

Select an option

Save yusufusta/31c804d82d49053372571cc9c00e9349 to your computer and use it in GitHub Desktop.
php 7.4 installer ubuntu
sudo apt update
sudo apt-get install software-properties-common
sudo apt-get install python-software-properties software-properties-common
sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.4 php7.4-dev php7.4-xml php7.4-zip php7.4-gmp php7.4-cli php7.4-mbstring php7.4-json php7.4-mysql git -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment