5
I’m a new user on Ubuntu, and I’m unable to install the PHP-5 via apt-get, since the stable version is PHP-7, get an error saying no package was found. I tried using the following commands
sudo apt-get install php
sudo apt-get install php5
sudo apt-get install php5.6
But to no avail.
Does anyone know how to install?
Are you getting any error?
– lfarroco