I am trying to install the LAMP stack on my debian jessie server.
I tried the following to install LAMP:
apt install apache2 libapache2-mod-php7.0 php7.0 php7.0-gd php7.0-opcache php7.0-json php7.0-mbstring php7.0-xml php7.0-mcrypt php7.0-cli php7.0-curl php7.0-zip php7.0-intl php7.0-soap php7.0-tidy
However, I get:
Any suggestions why the packages cannot be found?
I appreciate your replies!