If you have CUPS set up already on a server, and you generally have the same environment on your desktop machines, when setting up a new host, simply install the packages listed above. Then copy over the appropriate configuration files:
# cd /etc/cups # scp ktw:/etc/cups/printers.conf . # scp ktw:/etc/cups/ppd/* ppd # chmod o+r ppd/*.ppd
Always keep your configuration up to date on the server, perhaps using the web interface via []http://ktw:631/. (If you use instead the command line interface with the command lpadmin then you also need to copy lpoptions across.) A convenient way to keep the configurations consistent is with rdist (see Section 68.1.1 for an example).