Skip to content

Instantly share code, notes, and snippets.

@2tunnels
Last active December 21, 2015 23:29
Show Gist options
  • Save 2tunnels/6382389 to your computer and use it in GitHub Desktop.
Save 2tunnels/6382389 to your computer and use it in GitHub Desktop.
Install PHP 5.5 on Ubuntu 12.04
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php5
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install php5-cli php5-common php5-fpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment