I've just got a HP DeskJet Ink Advantage 2336 All-in-One Printer.
And turns out, they don't have support for any Linux system. I'm on Ubuntu20.04LTS.
I checked on: https://developers.hp.com/hp-linux-imaging-and-printing/hplip-web/plugin.html. It was all empty.
Although the printer is working, I can't scan any documents. Can anyone help me with this?
But I followed this: https://idroot.us/install-hplip-ubuntu-20-04/
And it keeps giving me this:
MISSING DEPENDENCIES
--------------------
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
pyqt5-dbus gui_qt5 OPTIONAL
reportlab fax OPTIONAL
pyqt5 gui_qt5 REQUIRED
python-notify gui_qt5 OPTIONAL
Do you want to install these missing dependencies (y=yes*, n=no, q=quit) ?
But these dependencies are already installed:
sudo apt-get install python3-pyqt5
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-pyqt5 is already the newest version (5.14.1+dfsg-3build1).
sudo apt-get install hplip-gui; hp-plugin
instead of binary installer. If fail - use other answer about binary hplip. – N0rbert Jul 22 '21 at 14:05