0
I am executing the following command:
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt
My intention is to install PHP, but this turning the error:
>Lendo listas de pacotes... Pronto
>Construindo árvore de dependências
>Lendo informação de estado... Pronto
>E: Impossível encontrar o pacote php7
>E: Impossível encontrar o pacote libapache2-mod-php7
>E: Impossível encontrar o pacote php7-mcrypt
I’m not finding anything on the internet about.
What should I do to complete the installation of my php server?
I don’t know if you’ve heard of LAMP (Linux, Apache, Mysql and PHP). if that is your intention (install all of them), take a look here -> http://lamphowto.com/
– Italo Rodrigo