
Intento instalar vdebug en ubuntu 16.04. Estoy ejecutando php5.6. Cuando lo hago sudo apt-get install php5-xdebug
. El error es:
The following packages have unmet dependencies:
php5-xdebug : Depends: phpapi-20121212 but it is not installable
E: Unable to correct problems, you have held broken packages.
Cuando lo hago sudo apt-get install php-xdebug
, se instala, pero ¿significa que php-xdebug es equivalente a php7-xdebug, solo php 7? ¿Es una forma de instalar php5.6-xdebug explícitamente?