I installed php7.0-fpm
via ppa:ondrej/php
on Ubuntu, using the following commands without problems during the last few months while preparing my new server;
add-apt-repository ppa:ondrej/php apt-get update apt-get install php7.0-fpm
Today I tried to install again using the same commands as above, and now I get rejected with the last command as follows:
root@10 :/etc/apt/sources.list.d
Any clues as to why this set of installation commands suddenly stopped working ?!
The same error is recorded when trying to install php7.0-mysql
, which until recently worked fine.
Thank you very much in advance,
Dave
source share