Eu tive o mesmo problema e resolvi-o apenas executando o serviço Cups:
service cups start
Parece que o script de instalação da HP está realmente verificando se o serviço foi iniciado para inferir se o pacote está instalado.
Estou tentando conectar minha HP Deskjet 3000 a croutons no meu Chromebook Toshiba. Segui as instruções de instalação do link e acabei encontrando isso:
DEPENDENCY AND CONFLICT RESOLUTION
----------------------------------
Running 'sudo apt-get install --assume-yes libcups2'
Please wait, this may take several minutes...
error: A required dependency 'cups (CUPS - Common Unix Printing System)' is still missing.
RUNNING POST-PACKAGE COMMANDS
-----------------------------
OK
RE-CHECKING DEPENDENCIES
------------------------
error: A required dependency 'cups (CUPS - Common Unix Printing System)' is still missing.
error: Installation cannot continue without this dependency.
error: Please manually install this dependency and re-run this installer.
Mas quando eu corro:
sudo apt-get install cups
Eu recebo:
Reading package lists... Done
Building dependency tree
Reading state information... Done
cups is already the newest version.
The following package was automatically installed and is no longer required:
libglade2-0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(precise)alan@localhost:~$
Estou meio que perdido neste momento. Como faço para instalar o CUPS onde o hplip o reconhece e conclui a instalação?
Eu tive o mesmo problema e resolvi-o apenas executando o serviço Cups:
service cups start
Parece que o script de instalação da HP está realmente verificando se o serviço foi iniciado para inferir se o pacote está instalado.
Para iniciar o serviço, execute:
sudo /etc/init.d/cups start
funcionou para mim
16.04 + systemd
sudo systemctl start cups
sudo systemctl start cups-browsed
Tags hp installation printing hplip