-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Printers
- LaserJet Printing
- HPLIP 3.19.12 (Linux Mint 19.3): Plugin installation failed ...

Create an account on the HP Community to personalize your profile and ask a question
02-04-2020 01:37 AM - edited 02-04-2020 01:40 AM
My printer no longer responded to print commands. The self-test page via the HP dashboard also got stuck in the queue. Therefore I decided to install the new version of HPLIP (3.19.12 instead of the previously installed version 3.19.11).
Printing does now work properly but the scan function does not.
So I manually try to install the HP plugin via terminal. Here is the installation log:
XYZ@ASUSPRO-S340MF-D340MF:~$ hp-plugin
HP Linux Imaging and Printing System (ver. 3.19.12)
Plugin Download and Install Utility ver. 2.1
Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
HP Linux Imaging and Printing System (ver. 3.19.12)
Plugin Download and Install Utility ver. 2.1
Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
Checking for network connection...
Downloading plug-in from: None
Plugin is not accessible. Trying to download it from fallback location: [https://developers.hp.com/sites/default/files/hplip-3.19.12-plugin.run]
Receiving digital keys: /usr/bin/gpg --homedir /home/christoph/.hplip/.gnupg --no-permission-warning --keyserver pgp.mit.edu --recv-keys 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9
Creating directory plugin_tmp
Verifying archive integrity... All good.
Uncompressing HPLIP 3.19.12 Plugin Self Extracting Archive..............................................................
HP Linux Imaging and Printing System (ver. 3.19.12)
Plugin Installer ver. 3.0
Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
Plug-in version: 3.19.12
Installed HPLIP version: 3.19.12
Number of files to install: 64
Plugin installation failed
error: Python gobject/dbus may be not installed
error: Plug-in install failed.
Now I do not know what to do. Can anyone help me?
02-07-2020 10:39 AM
Problem solved with the following approach (terminal):
- sudo python uninstall.py
- sudo apt purge hplip*
- sudo apt-get -f install
- python -c 'import sys; print sys.path'
- sudo apt-get install libgtk-3-dev
- sudo apt-get purge hplip hplip-data libhpmud0 libsane-hpaio printer-driver-hpcups hplip-gui
- sudo rm -r /usr/share/hplip
- sudo updatedb && locate hplip
- sudo apt install --reinstall python3-notify2 libsane-dev sane-utils libpthread-stubs0-dev python3-pil python3-dbus.mainloop.qt libssl1.1 libusb-1.0-0-dev python3-dev libsnmp-dev python3-reportlab libcupsfilters-dev libcups2-dev libcupsimage2-dev python3-pyqt4 python3-cups libjpeg-dev libcupsimage2-dev python3-hpilo python3-dbus python3-dev
- sudo apt-get update -y
- sudo apt-get install -y python-gobject
- RESTART
- Downloads hplip Version 3.19.12 from https://developers.hp.com/hp-linux-imaging-and-printing/gethplip
- sh hplip-3.19.12.run
- Downloads HP-Plugin from https://developers.hp.com/sites/default/files/hplip-3.19.12-plugin.run
- sh hplip-3.19.12-plugin.run
Now the printer as well as the scanner works perfectly again
02-15-2020 04:06 AM - edited 02-15-2020 04:07 AM
I had the same issue with my new HP Color LaserJet Pro MFP M479fdw. The provided instructions are clear and solved the problem.