I know this has been asked before, but the solutions did not work for me.
I have an HP OfficeJet Pro 8625, which worked fine under 18.04. HPLIP does not install properly because of a dependency that is no longer available. Specifically, it needs python3-pyqt4
which has been removed from the repositories. Earlier questions suggested steps that do not work for this printer.
I added hplip-gui
and still no-go. I downloaded the install script from https://developers.hp.com/hp-linux-imaging-and-printing, and the install script will not complete.
I did cd ~/Downloads/hplip-3.20.6
, then ./configure --prefix=/usr --enable-qt5 --disable-qt-4
, then make
, then sudo make install
. These all seemed to complete. But I still cannot use the printer. I only run LTR's because it is such a pain to go thru this every 6 months. Even every 2 years is hard. My printer is not working.
any ideas, other than reverting to 18.04 until this gets fixed?
sudo apt-get install hplip-gui
would be enough. – N0rbert Jul 14 '20 at 13:59