Ubuntu 16.04 に php5.6-xdebug をインストールする方法

Ubuntu 16.04 に php5.6-xdebug をインストールする方法

Ubuntu 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 を明示的にインストールする方法ですか。

関連情報