![]() | lpr or lprng will be removed. |
---|---|
Any existing system will be removed, but your printcap file will be retained. If you decide later to re-install lpr or lprng, should not need to create a new printcap file. If you are concerned, make a backup copy of /etc/printcap. |
You need a number of Debian packages to install cups.
cupsys-client provides the System V style print client programs.
cupsys-driver-gimpprint provides a cups driver based on gimpprint.
cupsys-pstoraster allows cups to convert PostScript data into cups raster data.
$ su Password: ******* # apt-get install cupsys cupsys-bsd cupsys-client cupsys-driver-gimpprint cupsys-pstoraster libcupsys2 # exit $ |
![]() | The foomatic database provides many.ppd printer drivers. |
---|---|
The cups package provides drivers for a few generic printers. You may find specific drivers for your printer from the manufacturer's web site or from www.linuxprinting.org/. You can skip this section if you already have a .ppd file for your printer. |
Install foomatic and the PostScript filter 'Anything to Postscript' (a2ps).
$ su Password: ******* # apt-get install foomatic-bin foomatic-db a2ps |
![]() | Ncurses navigation |
---|---|
Use the arrow keys and the <Tab> key to make your selection. Selected items are highlighted in blue. Use the <Enter> key to confirm your selection. |
Debian Configuration Foomatic Printfilter Configuration ... <Ok> Debian Configuration Foomatic Printfilter Configuration ... Preserve manual changes when regenerating config files parse <Ok> |
Debian Configuration Foomatic Printfilter Configuration ... a2ps <Ok> # exit $ |
![]() | Install a .ppd driver not provided by the foomatic package. |
---|---|
You can skip this section if you are not using one of the drivers provided by the foomatic package or one of the generic drivers provided by the cups package itself. |
You may have a .ppd file from the manufacturer or from www.linuxprinting.org/. Alternatively (you might be in a hurry!), use one of cups' generic drivers.
Copy the file to /etc/share/cups/model, then stop and start the cups daemon to make cups use it. You must be Root to do this.
$ su Password: ******* # cp path-to-filename.ppd /etc/share/cups/model/ # /etc/init.d/cupsys stop Stopping CUPSys: cupsd. # /etc/init.d/cupsys start Starting CUPSys: cupsd. Go back to being a normal user. # exit $ |