HP has great support for open-source Linux drivers for their amazing printer and scanner series. They proudly call it HPLIP (Hp Linux Imaging and Printing) and they have a dedicated install guide and site for it. They also build a script that automates the difficult process. But it turns out they only support 15 distributions and have a lot of dependencies required which is a mess to install and aborts the installation.
1) Update Your System (DONT CONNECT YOUR PRINTER. KEEP IT UNPLUGGED)
sudo apt update sudo apt upgrade2) Install HPLIP Driver and HP Device Manager
sudo apt install hplip hplip-gui
3) Launch HPLIP Toolbox/ Device Manager From App List OR Search
(If you are unable to find it then Reboot your computer once)
4) Connect Your Printer Now
(HP Device Setup Should Launch or your printer should be automatically detected)
Congratulations. Now your printer is connected with your Linux Machine. Now you can Print, Scan and Fax documents.
Additional apps like XSANE, Simple Scan might be needed to install in order if your distribution is unable to download it from APT. Just google the APT Command to install it.
What is the command to UNINSTALL please?
ReplyDeleteThis article was very helpful in getting my old HP Laserprinter working with POP-OS, however one edit: the hp-plugin installation step would not accept my root/supervisor password and I was forced to abort. "sudo hp-plugin" from the terminal saved the day in spite of the displayed warning that POP-OS was not an authorized distro. Seriously, HP?!?
ReplyDeletePost a Comment