Skip to content

Instantly share code, notes, and snippets.

@sureshamk
Created February 18, 2018 11:40
Show Gist options
  • Save sureshamk/d5df0f6c3f844133dee3ae2e770a040c to your computer and use it in GitHub Desktop.
Save sureshamk/d5df0f6c3f844133dee3ae2e770a040c to your computer and use it in GitHub Desktop.
Install and Configure PHP 7.1 or PHP 7.2 on Ubuntu 16.04 14.04 15.04
sudo apt-get install -y python-software-properties
sudo add-apt-repository -y ppa:ondrej/php
sudo apt-get update -y
sudo apt-get install php7.2 php7.2-mysql php7.2-xml php7.2-mbstring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment