Monday, November 11, 2019

drivers - How to install HPLIP on my Ubuntu to support my HP printer and/or scanner?



Let's assume that one has some HP printer and/or scanner and checked its support status on the corresponding page of HPLIP site - HP Developer Portal | All Supported Printer Models.



So one have the following information: the device Model name, Min. HPLIP

Version
and Driver Plug-in need.



What should one install to make Ubuntu fully support the HP printer and/or scanner?



Currently Ubuntu have the following HPLIP versions in universe pocket:




trusty (14.04LTS) (utils): 3.14.3-0ubuntu3.4
xenial (16.04LTS) (utils): 3.16.3+repack0-1
bionic (18.04LTS) (utils): 3.17.10+repack0-5

cosmic (18.10) (utils): 3.18.7+dfsg1-2ubuntu2
disco (19.04) (utils): 3.19.1+dfsg0-1: all



This leads to the following variants.





(a) Required HPLIP version ≤ repository HPLIP version




So if one sees that Min. HPLIP
Version
is lower or equal to the version of the HPLIP package from repository, then the installation of the following packages will be enough with:



sudo apt-get install hplip hplip-gui


(b) Required HPLIP version > repository HPLIP version



If one sees that Min. HPLIP

Version
is greater than the version of the HPLIP package from repository, then then one needs to install binary HPLIP by following my other answer.





If one sees that Driver Plug-in is set to yes (or required), then one needs to install the binary/proprietary plugin/driver by following my other answer.






Examples for Ubuntu 18.04 LTS (hplip 3.17.10) and some HP device models:




| Model Name                  | Min. HPLIP Version | Driver Plug-in | Action |
| HP LaserJet 6l Printer | 0.9.5 | No | (a) |
| HP LaserJet Pro MFP m426fdn | 3.15.11 | Required | (a)+(o)|
| HP Tango | 3.18.12 | No | (b) |
| HP PageWide MFP 774dn | 3.18.9 | yes | (b)+(o)|

No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...