I am running the following command:
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt
My intention is to install PHP, but this is returning 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?