This tutorial will be helpful for beginners to install HPLIP 3.20.6 in Ubuntu 20.04 LTS, Ubuntu 18.04 LTS, LinuxMint 19.3, and Debian 10.
HPLIP – HP Linux Image and Printing, developed by HP for Printing, scanning, and faxing with HP inkjet and laser-based printers in Linux platforms.
The recent version of HPLIP 3.20.6 contains new printer’s support and added support for RHEL 8.2, Fedora 32, and Manjaro 20.
HPLIP 3.20.6 Changelog
Support for New printers
- HP Color LaserJet Managed MFP E78223a
- HP Color LaserJet Managed MFP E78223dv
- HP Color LaserJet Managed MFP E78223dn
- HP Color LaserJet Mngd MFP E78223dn Plus
- HP Color LaserJet Mngd MFP E78223dn CN
- HP Color LaserJet Managed MFP E78228dn
- HP Color LaserJet Managed MFP E78228dn Plus
- HP Color LaserJet Managed MFP E78228dn CN
- HP Color LaserJet Managed Flow MFP E78330z Plus
- HP Color LaserJet Managed Flow MFP E78330z CN
- HP Color LaserJet Managed MFP E78330dn
- HP Color LaserJet Mngd MFP E78330dn Plus
- HP Color LaserJet Mngd MFP E78330dn CN
- HP Color LaserJet Managed MFP E78330z
- HP Color LaserJet Managed Flow MFP E78325z Plus
- HP Color LaserJet Managed Flow MFP E78325dn CN
- HP Color LaserJet Managed Flow MFP E78325z CN
- HP Color LaserJet Managed MFP E78325dn
- HP Color LaserJet Managed MFP E78325z
- HP Color LaserJet Managed Flow MFP E78323z
- HP Color LaserJet Mgd Flw MFPE78323Z Plus
- HP Color LaserJet Mgd Flw MFPE78323z CN
- HP Color LaserJet Managed MFP E78323dn
- HP Color LaserJet Mngd MFP E78323dn Plus
- HP Color LaserJet Mngd MFP E78323dn CN
Support for new Distros
- Fedora 32
- Manjaro 20.0
- RHEL 8.2
How to Install HPLIP 3.20.6 in Ubuntu / Linux Mint?
Step 1: Download the installer file from Sourceforge site or use the below command
Step 2: Change the permissions for the installer file
Step 3: Step 3: Install HPLIP 3.20.6
Follow the on-screen instructions, provide the basic info to build the HPLIP on your system, once the setup is completed unplug and plug the printer and start the printing.
Uninstall HPLIP 3.20.6
To uninstall the installed version of HPLIP 3.20.6 we have to use the same installer file for uninstallation since we don’t have, use the below commands to extract the contents for a run file.
I got a response to step #1…Step 2 and 3…?
$ wget https://nchc.dl.sourceforge.net/project/hplip/hplip/3.20.6/hplip-3.20.6.run
–2020-08-25 15:35:46– https://nchc.dl.sourceforge.net/project/hplip/hplip/3.20.6/hplip-3.20.6.run
Resolving nchc.dl.sourceforge.net (nchc.dl.sourceforge.net)… 140.110.96.69, 2001:e10:ffff:1f02::17
Connecting to nchc.dl.sourceforge.net (nchc.dl.sourceforge.net)|140.110.96.69|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 25952680 (25M) [application/x-makeself]
Saving to: ‘hplip-3.20.6.run’
hplip-3.20.6.run 100%[==================================================================================================================================>] 24.75M 1.31MB/s in 26s
2020-08-25 15:36:13 (993 KB/s) – ‘hplip-3.20.6.run’ saved [25952680/25952680]
[email protected]:~$ chmod -R 755 hplip-3.20.6.run
[email protected]:~$ ./hplip-3.20.3.run
bash: ./hplip-3.20.3.run: No such file or directory
I think something didn’t work out right?
Hi,
You are providing execute permissions to the installer file 3.20.6 and you are executing 3.20.3, try the below command
# chmod -R 755 hplip-3.20.6.run && ./hplip-3.20.6.run
for linux mint –
Following dependencies are not installed. HPLIP will not work if all REQUIRED dependencies are not installed and some of the HPLIP features will not work if OPTIONAL dependencies are not installed.
Package-Name Component Required/Optional
python3-pyqt4-dbus gui_qt4 OPTIONAL
python3-pyqt4 gui_qt4 REQUIRED
during installation it states-
python3-pyqt4 (PyQt 4- Qt interface for Python (Qt version 4.x))’ is still missing
error- installation cannot continue without this dependency
please install this dependency and rerun this installer