
Estoy intentando conectar mi HP Deskjet 3000 mediante crouton en mi Chromebook Toshiba. Seguí las instrucciones de instalación dehttp://hplipopensource.com/hplip-web/install/install/index.htmly finalmente me encontré con esto:
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.
Pero luego, cuando corro:
sudo apt-get install cups
Yo obtengo:
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:~$
Estoy un poco perdido en este punto. ¿Cómo instalo CUPS donde hplip lo reconozca y complete la instalación?
Respuesta1
Para iniciar el servicio ejecute:
sudo /etc/init.d/cups start
funcionó para mí
Respuesta2
Tuve el mismo problema y lo resolví simplemente ejecutando el servicio Cups:
service cups start
Parece que el script de instalación de HP en realidad está verificando si el servicio se inició para inferir si el paquete está instalado.
Respuesta3
16.04 + sistemad
sudo systemctl start cups
sudo systemctl start cups-browsed