I'm running Linux Mint 20.2 Cinnamon on a custom 64-bit build: Asus X 570 Gaming desktop.
Cups see's my printer however; the HP Device Manager doesn't see the printer because of 14 missing dependencies.
I checked each pkg with dpkg -L to see and 3 of the 17 dependencies are already installed.
Should I install each pkg one at a time?
OR> should I just make one long command with comma's to get all of the dependencies installed?
Cups see's my printer however; the HP Device Manager doesn't see the printer because of 14 missing dependencies.
Code:
ENVY_110_series_21F106_
-----------------------
Type: Unknown
Device URI: implicitclass://ENVY_110_series_21F106_/
PPD: /etc/cups/ppd/ENVY_110_series_21F106_.ppd
warning: Failed to read /etc/cups/ppd/ENVY_110_series_21F106_.ppd ppd file
PPD Description:
Printer status: printer ENVY_110_series_21F106_ is idle. enabled since Tue 16 Nov 2021 08:43:14 AM EST
warning: Printer is not HPLIP installed. Printers must use the hp: or hpfax: CUPS backend for HP-Devices.
HP_ENVY_110_series
------------------
Type: Unknown
Device URI: dnssd://ENVY%20110%20series%20%5B21F106%5D._pdl-datastream._tcp.local/?uuid=1c852a4d-b800-1f08-abcd-ac162d21f106
PPD: /etc/cups/ppd/HP_ENVY_110_series.ppd
warning: Failed to read /etc/cups/ppd/HP_ENVY_110_series.ppd ppd file
PPD Description:
Printer status: printer HP_ENVY_110_series is idle. enabled since Tue 09 Nov 2021 11:46:02 AM EST
warning: Printer is not HPLIP installed. Printers must use the hp: or hpfax: CUPS backend for HP-Devices.
--------------
| PERMISSION |
--------------
-----------
| SUMMARY |
-----------
Missing Required Dependencies
-----------------------------
error: 'libcups2' package is missing/incompatible
error: 'libdbus-1-dev' package is missing/incompatible
error: 'libjpeg8-dev' package is missing/incompatible
error: 'libcups2-dev' package is missing/incompatible
error: 'cups-bsd' package is missing/incompatible
error: 'cups-client' package is missing/incompatible
error: 'libcupsimage2-dev' package is missing/incompatible
error: 'build-essential' package is missing/incompatible
error: 'libusb-1.0.0-dev' package is missing/incompatible
error: 'libsane-dev' package is missing/incompatible
error: 'libavahi-client-dev' package is missing/incompatible
error: 'libavahi-core-dev' package is missing/incompatible
error: 'libavahi-common-dev' package is missing/incompatible
error: 'python3-dev' package is missing/incompatible
error: 'libtool' package is missing/incompatible
error: 'libtool-bin' package is missing/incompatible
error: 'build-essential' package is missing/incompatible
Missing Optional Dependencies
-----------------------------
error: 'xsane' package is missing/incompatible
Total Errors: 17
Total Warnings: 2
I checked each pkg with dpkg -L to see and 3 of the 17 dependencies are already installed.
Should I install each pkg one at a time?
OR> should I just make one long command with comma's to get all of the dependencies installed?