How to install networked HP printer and scanner on Fedora Linux

Installing a networked HP printer and scanner on Fedora Linux can be done using the hplip package, which is a collection of drivers and utilities for HP printers and scanners.

  1. Open a terminal and update the package list by running the command:
sudo dnf update
  1. Install the hplip package by running the command:
sudo dnf install hplip
  1. Once the installation is complete, you can run the hp-setup command to configure the printer and scanner. This command will start a graphical setup wizard that will guide you through the process of connecting to the printer and scanner, and configuring them for use on your system.
sudo hp-setup
  1. The wizard will prompt you to select the printer or scanner that you want to install, and will ask you for the IP address or hostname of the device. It will also ask you to select the appropriate driver and connection type.
  2. Once the setup is complete, you can use the hp-scan command to scan documents, or use the standard printing command lpr or the hp-print command to print documents.
  3. If you want to check the status of your printer or scanner, you can use the hp-toolbox command, which will open a graphical tool that allows you to view the status of the device and change its settings.
hp-toolbox

Please note that the package name may vary depending on the version of Fedora you are running. You can also use the dnf search command to look for the package before installing.

dnf search hplip

You may also need to check the HP printer and scanner’s model and version of the firmware and make sure that the printer and scanner are supported by the version of hplip package that you have installed.

It is also possible that some advanced feature of the printer or scanner may not be supported by the hplip package, in that case, you may need to refer to the HP website for specific drivers and instructions for your device.

Leave a Comment