Package php5 have no installation candidate (Ubuntu 16.04)
Ubuntu 16.04 comes with PHP7 as the standard, so there are no PHP5 packages However if you like you can add a PPA to get those packages anyways: Remove all the stock php packages List installed php packages with dpkg -l | grep php| awk ‘{print $2}’ |tr “\n” ” ” then remove unneeded packages … Read more