8.7. Configurazione della stampante
Printer configuration used to cause a great many headaches for administrators and users alike. These headaches are now mostly a thing of the past, thanks to cups, the free print server using the IPP protocol (Internet Printing Protocol).
Questo programma è suddiviso in diversi pacchetti Debian: cups è il server di stampa principale, cups-bsd è uno strato di compatibilità che consente di usare i comandi dal tradizionale sistema di stampa BSD (il demone lpd
, i comandi lpr
e lpq
, ecc.), cups-client contiene un gruppo di programmi per interagire con il server (bloccare o sbloccare una stampante, vedere o cancellare i lavori di stampa in avanzamento, ecc.) ed infine cups-driver-gutenprint che contiene una raccolta di driver di stampa aggiuntivi per cups
.
After installation of these different packages, cups
is administered easily through a web interface accessible at the local address: http://localhost:631/
. There you can add printers (including network printers), remove, and administer them. You can also administer cups
with the system-config-printer
graphical interface (from the Debian package of the same name), which is installed by default if the “Desktop environment” task is chosen.