Raspberry Pi Printer

Add Network Printer To Rasberry Pi

www.youtube.com/watch?v=FnRbzZrsSMk (and some guesses)

Update/Upgrade Raspberry Pi

$ sudo apt-get update
$ sudo apt-get upgrade

Install CUPS

$sudo apt-get install cups

Note: CUPS is (Common UNIX Printing System)

Add Yout Account (pi) To lpadmin Group

$ sudo user usermod -a -G lpadmin pi

In a browder On The Pi

Pi web browser → http://localhost:631

CUPS Admin

Add Printer and Classes → Continue

Add Printer

select printer (Discover Network Printer) → Continue

Continue

Select Model → Add Printer

Your model will probably not be in the list. Select the printer model nearest your model. (less than you model?). Hopefully it will work.

How to Delete a Printer From Cups

Edit /etc/cups/printers.conf and delete the printer from the file.

Reboot