Problema ao instalar o libtiff5-dev

0

Eu sou novo em todo o sistema operacional Linux, e tenho tido problemas para instalar alguns pacotes, incluindo libtiff5-dev , libtiff5 , libjbig-dev e libmagickcore-dev . Eu continuo recebendo a seguinte mensagem:

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:
 libtiff5-dev : Depends: libtiff5 (= 4.0.3-7) but 4.0.3-7ubuntu0.1 is to be installed
                Depends: libjbig-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

No entanto, não sei o que fazer. Estou executando o Ubuntu 14.04.

    
por BioFalcon 30.06.2014 / 21:41

1 resposta

0

Adicione os pacotes 'Não vai ser instalado na lista de instalação principal

sudo apt-get install libtiff5-dev libtiff5 libjbig-dev
    
por user308564 30.06.2014 / 22:57