pavement

CUPS

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
m (style changes)
Line 3: Line 3:
  
 
==Installing CUPS==
 
==Installing CUPS==
shell# pkg_add -r cups
+
# pkg_add -r cups
  
 
or  
 
or  
  
shell# cd /usr/ports/print/cups
+
# cd /usr/ports/print/cups
shell# make install
+
# make install cleam
  
 
==CUPS to PDF==
 
==CUPS to PDF==
 
CUPS can also be used to print directly from any program to a PDF file.
 
CUPS can also be used to print directly from any program to a PDF file.
  
shell# pkg_add -r cups-pdf
+
# pkg_add -r cups-pdf
  
  
 
==CUPS mimics lpr==
 
==CUPS mimics lpr==
 
If you have old programs which use lpr to print then you should install CUPS-lpr
 
If you have old programs which use lpr to print then you should install CUPS-lpr
 
+
shell# pkg_add -r cups-lpr
+
# pkg_add -r cups-lpr
  
 
==links==
 
==links==
Line 25: Line 25:
  
  
[Category:Ports_and_Packages]
+
[[Category:Ports and Packages]]

Revision as of 00:04, 9 November 2005

CUPS (Common Unix Printing System) This makes it easy to add printers to your system and programs such as firefox will pick up the printer list automatically.

Contents

Installing CUPS

# pkg_add -r cups

or

# cd /usr/ports/print/cups
# make install cleam

CUPS to PDF

CUPS can also be used to print directly from any program to a PDF file.

# pkg_add -r cups-pdf


CUPS mimics lpr

If you have old programs which use lpr to print then you should install CUPS-lpr

# pkg_add -r cups-lpr

links

http://forums.bsdnexus.com/viewtopic.php?id=36

Personal tools