0

I can't install Printer Driver for HP 3520 e-All-in-One in Ubuntu 18

Can please someone Show me a full Installation guide that I can print my documents. Many thanks in Advance.

N0rbert
  • 99,918

1 Answers1

0

HP have done a respectable job by providing their own Linux printer driver package called hplip. It's not entirely foolproof but it generally does the job.

Start by downloading the latest software from this page. Choose Debian from the distribution drop-down list. After the download, open a terminal, cd into your Downloads folder and make the downloaded file executable:

chmod +x hplip-3.21.8.run

(modify the filename as appropriate). Then run it:

sudo ./hplip-3.21.8.run

After installation, run the command hp-setup so the printing software can find your printer and install the right printer driver for it.

Jos
  • 29,224