I've installed Raspbian on my Raspberry Pi3. When I try to install php7.0-gd, I get the following error:
The problem is, that apt-get update or apt-get upgrade does not help, because this version is the newest in the repository.The following packages have unmet dependencies:
php7.0-gd : Depends: libgd3 (>= 2.1.1) but 2.1.0-5 is to be installed
E: Unable to correct problems, you have held broken packages.
Can I update the version somehow?
BR