Gostaria de instalar o libjbig-dev
no Ubuntu 14.04 LTS. Então eu corro
sudo apt-get install libjbig-dev
que retorna
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:
libjbig-dev : Depends: libjbig0 (= 2.0-2ubuntu4) but 2.0-2ubuntu4.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Então eu faço
sudo apt-get install libjbig0
que retorna
Reading package lists... Done
Building dependency tree
Reading state information... Done
libjbig0 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Agora o que? Como posso instalar o libjbig-dev? Obrigado.