Estou tentando instalar (como root) php-soap
no Ubuntu 14.04.
Eu fiz apt-get update
e apt-get install php-soap
e recebi a seguinte saída:
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-3.13.0-115-generic : Depends: linux-image-3.13.0-115-generic but it is not going to be installed
linux-image-generic : Depends: linux-image-3.13.0-115-generic but it is not going to be installed
php-soap : Depends: php7.1-soap but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Minha versão do PHP é 5.6.xx, então eu não quero sabão que dependa do php7.1 como mencionado. Eu também não sei o que o linux-image-3.13.0-115-generic
tem a ver com sabão. Existe uma maneira de especificar a versão do php soap (ou seja, para php 5.6), e como eu lido com os outros problemas?