1

First I downloaded printer driver software from HP.

In the terminal window I always get error code 100 when installing an HP printer and scanner, so the installation does not work. How do I solve this?

karel
  • 122,292
  • 133
  • 301
  • 332
Simonne
  • 13

2 Answers2

3

Open the terminal and type:

sudo apt install hplip libqt5printsupport5  
hp-setup --gui  

If you have problems run the second command in interactive mode instead of GUI mode.

hp-setup --interactive  
karel
  • 122,292
  • 133
  • 301
  • 332
1

There's no need to download an HP driver, they are built-in in Ubuntu. Open the terminal and type hp-setup. See if you can install the printer now.

karel
  • 122,292
  • 133
  • 301
  • 332
kc1di
  • 382