Estou tentando instalar o php7.0-gd.
Vi com o comando php -v
que minha versão do php é PHP 7.0.18-0ubuntu0.16.04.1 (cli) ( NTS )
Então, quando eu executar o comando para instalar o php7.0-gd apt-get install php7.0-gd
, ele diz
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
linux-image-extra-4.4.0-89-generic : Depends: linux-image-4.4.0-89-generic but it is not going to be installed
linux-image-extra-4.4.0-97-generic : Depends: linux-image-4.4.0-97-generic but it is not going to be installed
linux-image-generic : Depends: linux-image-4.4.0-97-generic but it is not going to be installed
Recommends: thermald but it is not going to be installed
php7.0-gd : Depends: php7.0-common (= 7.0.24-1+ubuntu16.04.1+deb.sury.org+1) but 7.0.18-0ubuntu0.16.04.1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Eu tentei com apt-get -f install php7.0-gd
, mas o resultado foi o mesmo. Alguém pode me ajudar. Obrigado