Hello everyone! 
Iāve recently installed Fedora on my main PC and I wanted to write this postto serve me as a memo on how to install the HP LaserJet 107 printer driver.
The driver should also be compatible with the following products and generally HPās LaserJet 100 printer series.
To install the drivers run the following commands:
If you donāt like the terminal you can also download the driver from HPās website.
You should be able to print your documents.
Thank you for reading!

Iāve recently installed Fedora on my main PC and I wanted to write this postto serve me as a memo on how to install the HP LaserJet 107 printer driver.
The driver should also be compatible with the following products and generally HPās LaserJet 100 printer series.
- HP LaserJet 107a
- HP LaserJet 105a
- HP LaserJet 103a
Installing the Drivers
Installing the drivers requires Python3 available on your system if I remember correctly, it should be alreadyavailable on Fedora and Ubuntu.To install the drivers run the following commands:
Code:
wget https://ftp.hp.com/pub/softlib/software13/printers/CLP150/uld-hp_V1.00.39.12_00.15.tar.gz
tar -xvf uld-hp_V1.00.39.12_00.15.tar.gz
cd uld/
sudo ./install.sh
If you donāt like the terminal you can also download the driver from HPās website.
Installing the Printer
Iām using Gnome Software v45 and if youāre using Gnome as well you can follow these steps to install the printer.- Connect your printer to your PC.
- Go to Settings -> Printers
- Click add a printer and select your printer.
- IMPORTANT In the printer details, the driver should be HP Laser 10x Series.
You should be able to print your documents.

Thank you for reading!
