Como posso instalar dependências ausentes do HPLIP junto com alguns pacotes brokern através do terminal?

2

Eu executo o comando "$ python install.py"

então a seguinte mensagem é exibida na tela:

MISSING DEPENDENCIES
--------------------
Following dependencies are not installed. HPLIP will not work if all REQUIRED dependencies are not installed and some of the HPLIP features will not work if OPTIONAL dependencies are not installed.
Package-Name         Component            Required/Optional   
cups-image           base                 REQUIRED            
sane-devel           scan                 REQUIRED            
cups-devel           base                 REQUIRED           

Em seguida, pressionei sim para permitir a instalação automática das dependências ausentes, conforme abaixo: foi solicitado um erro:

DEPENDENCY AND CONFLICT RESOLUTION
----------------------------------
Running 'sudo apt-get install --assume-yes libcupsimage2-dev'
Please wait, this may take several minutes...
error: Command failed. Re-try #1...
Running 'sudo apt-get install --assume-yes libcupsimage2-dev'
Please wait, this may take several minutes...
error: Command failed. Re-try #2...
Running 'sudo apt-get install --assume-yes libcupsimage2-dev'
Please wait, this may take several minutes...
error: Command failed. Re-try #3...
Running 'sudo apt-get install --assume-yes libcupsimage2-dev'
Please wait, this may take several minutes...
error: Package install command failed with error code 100
Would you like to retry installing the missing package(s) (y=yes*, n=no, q=quit) ? 

Como posso me deparar com esse problema? Por favor, ajude a resolver este problema.

quando eu executo o comando recebo a seguinte mensagem:

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: 
libcupsimage2-dev : Depends: libcups2-dev (= 1.7.2-0ubuntu1.2) but it is not
going to be installed 
Depends: libtiff-dev E: Unable to correct problems, you have held broken  packages. –  
    
por Pratik Chikhaliya 25.08.2015 / 09:24

0 respostas