I am new user in Ubuntu , and I am not able to install PHP-5 via apt-get, since the stable version is PHP-7 , I get an error saying that no packages were found. I tried to use the following commands
sudo apt-get install php
sudo apt-get install php5
sudo apt-get install php5.6
But with no success at all.
Does anyone know how I can install?