I am try to install libpq-dev
in ubuntu 16.04 and it come with this problem:
The following packages have unmet dependencies:
libpq-dev : Depends: krb5-multidev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
So I try to install krb5-multidev
by using command sudo apt-get install krb5-multidev
but i got this error :
krb5-multidev : Depends: libkrb5-3 (= 1.13.2+dfsg-5) but 1.13.2+dfsg-5ubuntu2 is to be installed
Depends: libk5crypto3 (= 1.13.2+dfsg-5) but 1.13.2+dfsg-5ubuntu2 is to be installed
Depends: libgssapi-krb5-2 (= 1.13.2+dfsg-5) but 1.13.2+dfsg-5ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.
It look like that it got conflict with the ubuntu package So can anyone help me to solve this problem please !!!
apt-cache policy krb5-multidev
. – fkraiem Jul 17 '18 at 09:00