You can download software by visiting this page . However, Fedora Linux includes software in its repository.

 

Step 1. Update Fedora Linux

Simply run dnf command:

sudo dnf upgrade

 

Step 2. Search for HPLIP software

Search for HPLIP, run:

dnf search hplip

 

Sample outputs:

 

========================= Name Exactly Matched: hplip ==========================
hplip.x86_64 : HP Linux Imaging and Printing Project
======================== Summary & Name Matched: hplip =========================
hplip-libs.x86_64 : HPLIP libraries
hplip-libs.i686 : HPLIP libraries
hplip-gui.x86_64 : HPLIP graphical tools
hplip-common.x86_64 : Files needed by the HPLIP printer and scanner drivers
hplip-common.i686 : Files needed by the HPLIP printer and scanner drivers
Step 3. Install HPLIP on Fedora Linux 29
We are going to install hplip-gui and hplip using the dnf command:
sudo dnf install hplip hplip-gui

 

Step 3. Install HPLIP on Fedora Linux 29

We are going to install hplip-gui and hplip using the dnf command:

sudo dnf install hplip hplip-gui

 

Step 4. Configure HP printer on Fedora Linux

You need to run hp-setup command. It set up HPLIP printers and faxes in the CUPS spooler. Tries to automatically determine the correct PPD file to use. Allows the printing of a test page. Performs basic fax parameters set up too. Set up HP printer in Fedora Linux using GUI:

hp-setup

 

If you have USB based HP printer, try:

hp-setup -b usb

 

For example, my printer is networked and it has IP address 192.180.247.2, so I run:

hp-setup 192.180.247.2

 

Next, I will set description, name, FAX number (if any) and other information for my HP printer. Finally, click on the “Add Printer” button.

 

How do I control my HP printer with “HP Device Manager”?

The HP Device Manager (aka “Toolbox”) for HPLIP supported devices such as printers and scanners. It provides access to status of printer, tools, ink/supplies levels and more. Simply type the following command:

hp-toolbox

 

Getting your ink levels from the option supplies.

Ha estat útil la resposta? 0 Els usuaris han Trobat Això Útil (0 Vots)