Archives For HP printer driver

HPLIP, HP developed open-source Linux driver, released v3.22.6 a day ago with many new printers/scanners support.

See the new devices supported in HPLIP 3.22.6:

  • HP Color LaserJet Managed MFP E785dn, E786dn, E78523dn, E78528dn, E786 Core Printer, E78625dn, E78630dn, E78635dn
  • HP Color LaserJet Managed Flow MFP E786z, E78625z, E78630z, E78635z
  • HP LaserJet Managed MFP E731dn, E731 Core Printer, E73130dn, E73135dn, E73140dn
  • HP LaserJet Managed Flow MFP E731z, E73130z, E73135z, E73140z
  • HP Color LaserJet Managed MFP E877dn, E877 Core Printer, E87740dn, E87750dn, E87760dn, E87770dn
  • HP Color LaserJet Managed Flow MFP E877z, E87740z, E87750z, E87760z, E87770z
  • HP LaserJet Managed MFP E826dn, E826 Core Printer, E82650dn, E82660dn, E82670dn, E730dn, E73025dn, E73030dn
  • HP LaserJet Managed Flow MFP E826z, E82650z, E82660z, E82670z
  • HP LaserJet Pro MFP 3101fdwe, 3101fdw, 3102fdwe, 3102fdw, 3103fdw, 3104fdw, 3101fdne, 3101fdn, 3102fdne, 3102fdn, 3103fdn, 3104fdn
  • HP LaserJet Pro 3001dwe, 3001dw, 3002dwe, 3002dw, 3003dw, 3004dw, 3001dne, 3001dn, 3002dne, 3002dn, 3003dn, 3004dn.

Also, the official installer script finally adds Ubuntu 22.04, Fedora 36, and MX Linux 21.1 Support.

How to Install HPLIP 3.22.6:

Firstly, download the “hplip-3.22.6.run” installer from the link page below:

Then, open your Downloads folder, right-click on blank area and select “Open in Terminal“. It will open terminal and automatically navigate to the folder as working directory.

When terminal opens, run following commands one by one to add executable permission, and run installer script:

chmod u+x hplip-3.22.6.run
./hplip-3.22.6.run

In the terminal screen, it will ask you a few questions during the installation process. Except for password authentication, it’s OK to hit Enter to answer default for all questions!

After installation, plug or re-plug your printer/scanner and open the HP device manager application to get start:

Uninstall HPLIP 3.22.6

While running the installer script in terminal, it automatically creates “hplip-3.22.6” folder in your user Downloads directory!

Right-click on that folder in your file manager and select “Open in Terminal”, finally run the uninstall script via command:

sudo ./uninstall.py

If you’ve already removed that folder, re-run the .run installer will generate the folder again.

HP printer and scanner drivers, HPLIP, released version 3.22.4 recently with a list of new devices support.

This release adds Manjaro 21.2 as well as following new printers support:

  • HP LaserJet Pro 4001ne, 4001n, 4001dne, 4001dn, 4001dwe, 4001dw, 4001d, 4001de,
  • HP LaserJet Pro 4002ne, 4002n, 4002dne, 4002dn, 4002dwe, 4002dw, 4002d, 4002de,
  • HP LaserJet Pro 4003dn, 4003dw, 4003n, 4003d, 4004d, 4004dn, 4004dw
  • HP LaserJet Pro MFP 4101dwe, 4101dw, 4101fdn, 4101fdne, 4101fdw, 4101fdwe
  • HP LaserJet Pro MFP 4102dwe, 4102dw, 4102fdn, 4102fdw, 4102fdwe, 4102fdne, 4102fnw, 4102fnwe
  • HP LaserJet Pro MFP 4103dw, 4103dn, 4103fdn, 4103fdw, 4104dw, 4104fdw, 4104fdn
  • HP ScanJet Pro 3600 f1
  • HP ScanJet Pro N4600 fnw1
  • HP ScanJet Pro 2600 f1
  • HP ScanJet Enterprise Flow N6600 fnw1

Download & Install HPLIP 3.22.4

HP provides official .run installer for all Linux users, simply download the package “hplip-x.xx.x.run” from the link page below:

Then right-click on the Downloads folder, select “Open in Terminal”, and finally run the installer via command:

./hplip-3.22.4.run

Follow the on screen prompts, and re-plug your printer when everything’s done successfully.

Install HPLIP 3.22.4 for Ubuntu 22.04:

The installer so far does not support Ubuntu 22.04. If you do require the new version, here’s how to manually install dependencies and built the package (Thanks to fostips).

Firstly, run the previous “./hplip-3.22.4.run” command will generate the source folder in Downloads. Right-click on it and select “Open in Terminal” to open terminal.

Next, run command to manually install dependency packages:

sudo apt install --assume-yes libcups2 cups libcups2-dev cups-bsd cups-client libcupsimage2-dev libdbus-1-dev build-essential ghostscript openssl libjpeg-dev libsnmp-dev libtool-bin libusb-1.0-0-dev wget python3-pil policykit-1 policykit-1-gnome python3-pyqt5 python3-dbus.mainloop.pyqt5 python-gi-dev python3-dev python3-notify2 python3 python3-reportlab libsane libsane-dev sane-utils xsane libavahi-client-dev libavahi-core-dev avahi-utils

Finally, run the commands below one by one in this terminal window to configure and build HPLIP (with source folder as working directory):

./configure --prefix=/usr --enable-qt5 --disable-qt4
make
sudo make install

It works in my case on Ubuntu 22.04 LTS.

Uninstall HPLIP 3.22.4

To remove the driver package, you need to first open terminal with source folder as working directory (See the last picture). When it opens, run the command to start uninstall script:

sudo ./uninstall.py

Same to the installing process, it will asks few questions to confirm during the process.

HPLIP, HP’s inkjet and laser printers drivers for Linux, released 3.21.12 a few days ago with new Linux Distros support.

The released added Fedora 35, MX Linux 21, and Elementary OS 6 support. Since HPLIP package in these Linux Distros’ own repositories is always old, users may now easily install the latest version via the official script by HP.

And, nothing else in the release except for the new systems support.

Download & Install HPLIP 3.21.12

To get the software package, download the “hplip-x.xx.x.run” file from the link page below:

Next, search for and open a terminal window from start menu. And, run command to grant executable permission, and run the installer script to install it:

cd ~/Downloads && chmod +x hplip-*.run && ./hplip-*.run

Just follow the terminal output and answer questions. It will build and install the software automatically.

Tip 1: For those still using Python 2 and getting into python-pyqt5 dependency issue, see this workaround.

Tip 2: For unsupported Linux systems, you may manually install dependencies and built from the tarball. For Ubuntu based systems, there’s a tutorial teaches how to compile.

How to Remove HPLIP:

Running the “hplip-x.xx.x.run” installer will generate a source folder in user Downloads directory. If you don’t see it, re-run it via command:

~/Downloads/hplip*.run --target ~/Downloads/hplip

Then in file manager, go to “Downloads”. Right-click on ‘hplip’ folder and select ‘Open in Terminal’, finally run the uninstall script in pop-up terminal window:

sudo python3 uninstall.py

That’s all. Enjoy!

HPLIP, HP’s inkjet and laser printers Linux driver, released version 3.21.10 with new devices and Linux distributions support.

Zorin OS, the modern Ubuntu-based Linux distribution, is finally supported by HPLIP’s official .run installer. And, it also adds Debian 11 and Ubuntu 21.10 support.

As well, HPLIP 3.21.10 adds a list of new printers support:

  • HP ENVY Inspire 7200e series, 7900e series
  • HP LaserJet MFP M140a, MFP M139a, MFP M141a, MFP M142a, MFP M140w, MFP M140we, MFP M139w, MFP M139we, MFP M141w, MFP M141we, MFP M142we, MFP M142w
  • HP LaserJet M109a, M110a, M111a, M112a, M109w, M109we, M110w, M110we, M111w, M111we, M112we, M112w
  • HP DesignJet Z6 Pro 64in
  • HP DesignJet Z9 Pro 64in
  • HP PageWide XL Pro 5200 PS MFP series
  • HP PageWide XL Pro 8200 PS MFP series
  • HP PageWide XL 3920 MFP
  • HP PageWide XL 4200 Printer, 4200 Multifunction Printer
  • HP PageWide XL 4700 Printer, 4700 Multifunction Printer
  • HP PageWide XL 5200 Printer, 5200 Multifunction Printer
  • HP PageWide XL 8200 Printer

Download & Install HPLIP 3.21.10:

1. Firstly, download the .run installer package from the link page below:

2. Next, open terminal from start menu (Ubuntu may press Ctrl+Alt+T on keyboard to open it). When it opens, add executable permission to the .run packge:

chmod u+x ~/Downloads/hplip*.run

3. Finally, run the installer to start installing the Linux driver:

~/Downloads/hplip*.run

Follow the terminal output to answer some questions. When everything’s done, plug or re-plug your HP printer and enjoy!

For Ubuntu with python-pyqt5 dependency issue, this tutorial may help.

How to Remove HPLIP:

The release somehow does not create source folder while installing process. You may re-run the installer with --target flag to extract source:

~/Downloads/hplip-3.21.10.run --target ~/Downloads/hplip-3.21.10

When you see the new folder generated in Downloads, type q or press Ctrl+C to quit installer.

And, finally run the uninstall script from that folder will remove the driver:

sudo python3 ~/Downloads/hplip*/uninstall.py

That’s all. Enjoy!

HP Linux Imaging and Printing

HPLIP, HP developed printer and scanner drivers for Linux, released version 3.21.2 with new Linux distributions and devices support.

According to the release note, HPLIP 3.21.2 add following new Distro’s support:

  • Fedora 33
  • Manjaro 20.2
  • Debian 10.7
  • RHEL 8.3
  • RHEL 7.7
  • RHEL 7.8
  • RHEL 7.9

The new release also added a lot of new printers support:

  • HP LaserJet Enterprise M406dn, M407dn
  • HP LaserJet Enterprise MFP M430f, MFP M431f
  • HP LaserJet Managed E40040dn
  • HP LaserJet Managed MFP E42540f
  • HP Color LaserJet Enterprise M455dn
  • HP Color LaserJet Managed E45028dn
  • HP Color LaserJet Enterprise MFP M480f
  • HP Color LaserJet Managed MFP E47528f
  • HP PageWide XL 3920 MFP
  • HP PageWide XL 4200 Printer
  • HP PageWide XL 4200 Multifunction Printer
  • HP PageWide XL 4700 Printer
  • HP PageWide XL 4700 Multifunction Printer
  • HP PageWide XL 5200 Printer
  • HP PageWide XL 5200 Multifunction Printer
  • HP PageWide XL 8200 Printer
  • HP Laserjet M207d, M208d, M209d, M210d, M212d, M211d, M209dw, M209dwe, M210dw, M210dwe, M212dw, M212dwe, M208dw, M207dw, M211dw
  • HP LaserJet MFP M234dw, MFP M234dwe, MFP M233d, MFP M232d, MFP M235d
  • HP LaserJet MFP M237d, MFP M236d, MFP M232dw, MFP M232dwc, MFP M233dw
  • HP LaserJet MFP M236dw, MFP M235dw, MFP M235dwe, MFP M237dwe, MFP M237dw
  • HP LaserJet MFP M232sdn, MFP M233sdn, MFP M236sdn, MFP M234sdn
  • HP LaserJet MFP M234sdne, MFP M235sdn, MFP M235sdne, MFP M237sdne, MFP M237sdn
  • HP LaserJet MFP M232sdw, MFP M233sdw, MFP M236sdw, MFP M234sdw
  • HP LaserJet MFP M234sdwe, MFP M235sdw, MFP M235sdwe, MFP M237sdwe, MFP M237sdw

How to Install HPLIP 3.21.2 in Ubuntu:

1. To install the software, download the package “hplip-3.21.2.run” from the link below:

HPLIP Download Page

2. Then open terminal either via Ctrl+Alt+T or by searching for “terminal” from app launcher. When it opens, run command to give executable permission:

chmod +x ~/Downloads/hplip-3.21.2.run

3. Finally run command to start installing the driver:

./Downloads/hplip-3.21.2.run

Follow the terminal output and answer the questions. If everything goes OK, plug or re-plug your HP devices and enjoy!

Due to Pyqt5 dependency issue, the package does not install in Ubuntu 20.04.
As a workaround, choose “custom” as the installation mode, answer “no” to disable ‘Graphical User Interfaces (Qt5)’, and say “no” when installing the python-reportlab package.