CUPS: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
Printing is only available from UMIACS Networks or when attached to the UMIACS VPN.
Printing is only available from UMIACS Networks or when attached to the UMIACS VPN.


A list of printers can be found here
A list of printers can be found at
* http://print.umiacs.umd.edu/printers  
* http://print.umiacs.umd.edu/printers  



Revision as of 03:51, 3 December 2010

Common Unix Print System

UMIACS has replaced our LPRng printing system on our UNIX systems in favor of the industry standard CUPS. This provides us with better support for printers and their specific options.

Printing is only available from UMIACS Networks or when attached to the UMIACS VPN.

A list of printers can be found at

You can see documentation about printing from the command line on our RHEL/Ubuntu hosts at

Differences between our old LPRng print system

  1. To duplex you need to specify -o sides=two-sided-long-edge instead of -Zduplex the same way. -o sides=two-sided-short-edge can be used for the other duplex orientation.
  2. Using the lpr command is available, the lp command is the main supported command and has more functionality.