I am trying to install Xdebug to server and pre-requisite in tutorial I am following is php5-dev but I am using php7.0.5 so I tried sudo apt-get install php7.0-dev
.
It gives me
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php7.0-dev : Depends: libpcre3-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I tied to install libpcre3 and got a similar message about another package. I don't know what I am doing here so not sure what to do.
Server is Ubuntu 14.04, Nginx 1.9.13, PHP7.0-FPM.
Any advice on what to do to install php dev?