HPLIP, the free open-source HP developed Linux driver for HP inkjet and laser based printers, released version 3.24.4 today!
The development of HPLIP seems lagging behind. Rather than supporting for current Ubuntu 24.04, the new release adds installer support for Ubuntu 23.10, which will reach end of life next month.
It also added support for Debian 12 and Fedora 39, both of which were released in last year.
Besides new Linux Distributions support, HPLIP 3.24.4 also added new printers support! They include:
Besides downloading from HP website, user can directly select download the .run
installer from the project page via the link below:
After downloaded the installer (“hplip-3.24.4.run”), press Ctrl+Alt+T to open terminal and run commands to install it.
cd ~/Downloads/
Replace “~/Downloads” in command if you saved the installer file in another location.
Or, just right-click on the destination folder and select “Open in Terminal“, then do the commands below in pop-up terminal window.
chmod u+x hplip-3.24.4.run
./hplip-3.24.4.run
If you happen to have a HP device in the new support list above, then you can manually compile and install HPLIP 3.24.4 in Ubuntu 24.04.
First, do the steps above to generate source folder. Then, right-click on that folder and select “Open in Terminal”.
In the pop-up terminal window, first run command to install all the dependency libraries for building the source:
sudo apt install --assume-yes libcups2-dev libdbus-1-dev build-essential ghostscript openssl libjpeg-dev libsnmp-dev libtool-bin libusb-1.0-0-dev wget python3-pil policykit-1 policykit-1-gnome python3-pyqt5 python3-dbus.mainloop.pyqt5 python-gi-dev python3-dev python3-notify2 python3 python3-reportlab libsane-dev xsane libavahi-client-dev libavahi-core-dev avahi-utils
Next, configure the source via command:
./configure --prefix=/usr --enable-qt5 --disable-qt4
If the command is done without error, you can then run command to make and install HPLIP 3.24.4:
make -j4 && sudo make install
Here -j4
tells to start 4 threads in parallel for faster process. You may change the number 4 according how many CPU cores you have, or just skip it.
When done installing HPLIP, you may then plug or re-plug your printer into the Ubuntu computer, launch “HP Device Manager”, configure your device and enjoy printing!
The source folder, that’s generated while running the .run
installer, contains an uninstaller script.
Just right-click on that folder and select “Open in Terminal”, then run the command below in pop-up terminal window will start the uninstall process, though it will ask for confirm by answering ‘y’ in terminal output.
sudo ./uninstall.py
The post HPLIP 3.24.4 Released with Debian 12 & New Printers Support appeared first on Osgrove.
Canonical Livepatch is a security patching automation tool which supports reboot-less security updates for the…
Apache Spark has always been very well known for distributing computation among multiple nodes using…
Data centers are popping up everywhere. With the rapid growth of AI, cloud services, streaming…
Our commitment to building a thriving open source community is stronger than ever. We believe…
The clock was ticking: Node.js 18’s upstream End of Life (EOL) The OpenJS Foundation is…
June 25th, 2025 – Canonical, the company behind Ubuntu, and Pure Storage, the IT pioneer…