
우분투 16.04에 vdebug를 설치하려고 합니다. 저는 php5.6을 실행하고 있습니다. 내가 할 때 sudo apt-get install php5-xdebug
. 오류는 다음과 같습니다:
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.
그렇게 하면 sudo apt-get install php-xdebug
설치되지만 php-xdebug가 php7-xdebug, php 7과 동일하다는 의미입니까? php5.6-xdebug를 명시적으로 설치하는 방법인가요?