Ubuntu 16.04 comes with PHP7 as the standard, so there are no PHP5 packages
ubuntu16.04将php7作为标准版,没有php5的安装包。
解决方法:
第一步
sudo apt-get install software-properties-common python-software-properties
第二步:
sudo add-apt-repository ppa:ondrej/php
第三步:
sudo apt-get update
第四步:
sudo apt-get install php5.6
完成安装。建议直接装php7。