Skip to content

Instantly share code, notes, and snippets.

@Shellbye
Created August 27, 2016 02:16
Show Gist options
  • Select an option

  • Save Shellbye/71ab5e04b5fc8ba37af16ee9b6cd385a to your computer and use it in GitHub Desktop.

Select an option

Save Shellbye/71ab5e04b5fc8ba37af16ee9b6cd385a to your computer and use it in GitHub Desktop.
install php5 on ubuntu 1604
# ref http://askubuntu.com/questions/756181/installing-php-5-6-on-xenial-16-04
dpkg -l | grep php| awk '{print $2}' |tr "\n" " "
sudo add-apt-repository ppa:ondrej/php
apt-get update
apt-get install php5.6
php -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment