I don't know this is a right platform to ask this question or not but am tired of trying everything available on google to install php 5.6 on ubuntu 16.10.
I have added ppa :
sudo add-apt-repository ppa:ondrej/php;
sudo apt-get update;
then i have tried :
sudo apt-get install php5.6;
and it keep giving me this result :
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'php5.6-json' for regex 'php5.6'
Note, selecting 'php5.6-common' for regex 'php5.6'
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
Please help me...!!