source: pst/printing/cups.xml@ 53debf3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 53debf3 was 53debf3, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Update to cups-2.0.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14913 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 26.0 KB
RevLine 
[cd8a01b8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[73ddd1a0]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[1da819b]6
[5ddee7fb]7 <!ENTITY cups-download-http "http://www.cups.org/software/&cups-version;/cups-&cups-version;-source.tar.bz2">
8 <!ENTITY cups-download-ftp " ">
[53debf3]9 <!ENTITY cups-md5sum "7f7c33071035fb20d0879929a42da711">
[95a4ee3]10 <!ENTITY cups-size "8.4 MB">
[5618cdc]11 <!ENTITY cups-buildsize "60 MB (additional 28 MB for the tests)">
12 <!ENTITY cups-time "0.5 SBU (additional 4.4 SBU for the tests)">
[73ddd1a0]13]>
14
[47dc0bf]15<sect1 id="cups" xreflabel="Cups-&cups-version;">
[536fac5]16 <?dbhtml filename="cups.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[47dc0bf]23 <title>Cups-&cups-version;</title>
[536fac5]24
25 <indexterm zone="cups">
[47dc0bf]26 <primary sortas="a-Cups">Cups</primary>
[536fac5]27 </indexterm>
28
29 <sect2 role="package">
[47dc0bf]30 <title>Introduction to Cups</title>
[536fac5]31
[89475857]32 <para>
33 The Common Unix Printing System (CUPS) is a print spooler and
34 associated utilities. It is based on the "Internet Printing
35 Protocol" and provides printing services to most PostScript
36 and raster printers.
37 </para>
[536fac5]38
[8c1b9f7]39 &lfs76_checked;
[14d01d8]40
[536fac5]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[89475857]44 <para>
45 Download (HTTP): <ulink url="&cups-download-http;"/>
46 </para>
[536fac5]47 </listitem>
48 <listitem>
[89475857]49 <para>
50 Download (FTP): <ulink url="&cups-download-ftp;"/>
51 </para>
[536fac5]52 </listitem>
53 <listitem>
[89475857]54 <para>
55 Download MD5 sum: &cups-md5sum;
56 </para>
[536fac5]57 </listitem>
58 <listitem>
[89475857]59 <para>
60 Download size: &cups-size;
61 </para>
[536fac5]62 </listitem>
63 <listitem>
[89475857]64 <para>
65 Estimated disk space required: &cups-buildsize;
66 </para>
[536fac5]67 </listitem>
68 <listitem>
[89475857]69 <para>
70 Estimated build time: &cups-time;
71 </para>
[536fac5]72 </listitem>
73 </itemizedlist>
[852554e1]74
[47dc0bf]75 <bridgehead renderas="sect3">Cups Dependencies</bridgehead>
[536fac5]76
[53debf3]77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gnutls"/>
80 </para>
81
[536fac5]82 <bridgehead renderas="sect4">Recommended</bridgehead>
[14d01d8]83 <para role="recommended">
[54666831]84 <xref linkend="colord"/>,
85 <xref linkend="dbus"/>, and
[89475857]86 <xref linkend="libusb"/>
[14d01d8]87 </para>
[536fac5]88
89 <bridgehead renderas="sect4">Optional</bridgehead>
[bc6e56d]90 <para role="optional">
[5e7d3013]91 <xref linkend="avahi"/>,
[1ecdb18]92 <xref linkend="libpaper"/>,
[14d01d8]93 <xref linkend="linux-pam"/>,
[89475857]94 <xref linkend="mitkrb"/>,
95 <xref linkend="openjdk"/>,
[14d01d8]96 <xref linkend="php"/>,
[1ecdb18]97 <xref linkend="python2"/>, and
98 <xref linkend="xdg-utils"/>
[5f83175]99
[14d01d8]100 </para>
[536fac5]101
[5f83175]102 <bridgehead renderas="sect4">Required (Postinstall)</bridgehead>
[f28636c]103 <para role="required runtime">
[dcbd2c6]104 <xref linkend="cups-filters"/>
105 </para>
106
[5f83175]107 <bridgehead renderas="sect4">Optional (Postinstall)</bridgehead>
108 <para role="optional runtime">
109 <xref linkend="gutenprint"/> and
110 <ulink url="http://hplipopensource.com/hplip-web/index.html">hplip</ulink> (HP printers)
111 </para>
112
[977061b0]113 <para condition="html" role="usernotes">User Notes:
[89475857]114 <ulink url="&blfs-wiki;/cups"/>
115 </para>
[536fac5]116 </sect2>
117
[47dc0bf]118 <sect2 role="kernel" id="cups-kernel">
119 <title>Kernel Configuration</title>
120
[89475857]121 <note>
122 <para>
[ae2cb05]123 There used to be a conflict between the <application>Cups</application>
[5618cdc]124 <application>libusb</application> backend and the usblp kernel driver.
125 This is no longer the case and cups will work with both of these
[ae2cb05]126 enabled.
[89475857]127 </para>
128 </note>
129
130 <para>
[ae2cb05]131 If you want to use the kernel usblp driver (for example, if you wish to
[5618cdc]132 use <application>escputil</application> from <xref
133 linkend="gutenprint"/>) enable the following options in your kernel
134 configuration and recompile the kernel:
[89475857]135 </para>
[47dc0bf]136
[5f83175]137<screen><literal>Device Drivers ---&gt;
[2cf3f8a]138 USB support ---&gt;
[5f83175]139 OHCI HCD (USB 1.1) support: Y or M [CONFIG_USB_OHCI_HCD]
140 UHCI HCD (most Intel and VIA) support: Y or M [CONFIG_USB_UHCI_HCD]
141 USB Printer support: Y or M [CONFIG_USB_PRINTER]</literal></screen>
[47dc0bf]142
[89475857]143 <para>
[2946338a]144 If you have a parallel printer, enable the following options in your
[89475857]145 kernel configuration and recompile the kernel:
146 </para>
147
148<screen><literal>Device Drivers ---&gt;
[5f83175]149 Parallel port support ---&gt; [CONFIG_PARPORT]
150 PC-style hardware: Y or M [CONFIG_PARPORT_PC]
[89475857]151 Character devices ---&gt;
[5f83175]152 Parallel printer support: Y or M [CONFIG_PRINTER]</literal></screen>
[89475857]153
[47dc0bf]154 <indexterm zone="cups cups-kernel">
155 <primary sortas="d-cups">cups</primary>
156 </indexterm>
157
158 </sect2>
159
[536fac5]160 <sect2 role="installation">
[47dc0bf]161 <title>Installation of Cups</title>
[536fac5]162
[89475857]163 <para>
[2946338a]164 You will need to add an <systemitem class="username">lp</systemitem>
[89475857]165 user, as <application>Cups</application> will create some files owned
166 by this user. (The <systemitem class="username">lp</systemitem> user
167 is the default used by <application>Cups</application>, but may be
168 changed to a different user by passing a parameter to the
169 <command>configure</command> script.) Use the following command as
170 the <systemitem class="username">root</systemitem> user:
171 </para>
172
173<screen role="root"><userinput>useradd -c "Print Service User" -d /var/spool/cups -g lp -s /bin/false -u 9 lp</userinput></screen>
[536fac5]174
[89475857]175 <para>
[2946338a]176 You will also need a dedicated group that will contain users allowed to
[89475857]177 do <application>Cups</application> administrative tasks. Add the group
178 by running the following command as the
179 <systemitem class="username">root</systemitem> user:
180 </para>
[536fac5]181
[89475857]182<screen role="root"><userinput>groupadd -g 19 lpadmin</userinput></screen>
[536fac5]183
[89475857]184 <para>
[2946338a]185 If you want to add a user to the <application>Cups</application>
[89475857]186 administrative group, run the following command as the
187 <systemitem class="username">root</systemitem> user:
188 </para>
189
190<screen role="root"><userinput>usermod -a -G lpadmin <replaceable>&lt;username&gt;</replaceable></userinput></screen>
191
192 <para>
193 If you didn't install <xref linkend="xdg-utils"/>, use the following
194 <command>sed</command> to change the default browser that will be used
195 to access the <application>Cups</application> web interface:
196 </para>
197
198<screen><userinput>sed -i 's#@CUPS_HTMLVIEW@#firefox#' desktop/cups.desktop.in</userinput></screen>
199
200 <para>
201 Replace <command>firefox</command> with the web browser of your
202 choice.
203 </para>
[ea48bbe]204
[89475857]205 <!-- docdir is also document root for cups administration interface, so
[2c1a7b7f]206 let's just put it in /usr/share/cups/doc-&cups-version; and create symlink
207 in /usr/share/doc/cups-&cups-version;
[5618cdc]208
[6d8f6dc]209 When not using libdir switch, CUPS will install libraries into /usr/lib64
[abc1ddb]210 on a 64 bit system, and since /usr/lib64 is symlink to /usr/lib it might
211 introduce some difficulties with packaging -->
[5618cdc]212
213 <para>
[5f83175]214 Build <application>Cups</application> by running the following commands:
[5618cdc]215 </para>
216
[2c1a7b7f]217<screen><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in &amp;&amp;
218sed -i '/MAN.*.EXT/s:.gz::g' \
219 configure config-scripts/cups-manpages.m4 &amp;&amp;
220sed -i '/LIBGCRYPTCONFIG/d' config-scripts/cups-ssl.m4 &amp;&amp;
[5618cdc]221
222aclocal -I config-scripts &amp;&amp;
[abc1ddb]223autoconf -I config-scripts &amp;&amp;
[93343b6]224
[5618cdc]225./configure --libdir=/usr/lib \
226 --disable-systemd \
227 --with-rcdir=/tmp/cupsinit \
228 --with-system-groups=lpadmin \
[2c1a7b7f]229 --with-docdir=/usr/share/cups/doc-&cups-version; &amp;&amp;
[536fac5]230make</userinput></screen>
231
[89475857]232 <para>
[f0cd0274]233 To test the results, issue: <command>make -k check</command>. An already
234 active graphical session with bus address is necessary to run the tests.
235 A small number of tests fail for unknown reasons.
[89475857]236 </para>
[24962f9]237
[89475857]238 <para>
[5f83175]239 Now, as the <systemitem class="username">root</systemitem> user:
[89475857]240 </para>
[536fac5]241
[2cf3f8a]242<!-- dev note: make BUILDROOT=<DESTDIR> install -->
243
[5c52c23]244<screen role="root"><userinput>make install &amp;&amp;
[89475857]245rm -rf /tmp/cupsinit &amp;&amp;
[2c1a7b7f]246ln -svnf ../cups/doc-&cups-version; /usr/share/doc/cups-&cups-version;</userinput></screen>
[89475857]247
248 <para>
[5618cdc]249 Create a basic <application>Cups</application> client configuration file
250 by running the following command as the <systemitem
251 class="username">root</systemitem> user:
[3a55bfe]252 </para>
253
254<screen role="root"><userinput>echo "ServerName /var/run/cups/cups.sock" > /etc/cups/client.conf</userinput></screen>
255
256 <para>
[5618cdc]257 Remove filters that are now part of the <application>Cups
258 Filters</application> package by running the following commands as the
[89475857]259 <systemitem class="username">root</systemitem> user:
260 </para>
[536fac5]261
[3a55bfe]262<screen role="root"><userinput>rm -rf /usr/share/cups/banners &amp;&amp;
263rm -rf /usr/share/cups/data/testprint</userinput></screen>
[89475857]264
[3ce3eb5]265 <note>
266 <para>
267 If you reinstall or update <application>Cups</application>, commands
268 above break <xref linkend="cups-filters"/>, which needs, therefore,
269 to be reinstalled.</para>
270 </note>
271
[2946338a]272 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
273 href="../../xincludes/gtk-update-icon-cache.xml"/>
[6d8f6dc]274
[536fac5]275 </sect2>
276
277 <sect2 role="commands">
278 <title>Command Explanations</title>
279
[5618cdc]280 <para>
[2c1a7b7f]281 <command>sed ... Makedefs.in</command>: Fix files and directories
282 permissions.
[5618cdc]283 </para>
284
285 <para>
[2c1a7b7f]286 <command>sed ... cups-manpages.m4</command>: This sed prevents
287 compression of the man pages by default.
[5618cdc]288 </para>
289
[93343b6]290 <para>
[2c1a7b7f]291 <command>sed ... cups-ssl.m4</command>: Prevent
292 <command>configure</command> script from searching
293 <command>libgcrypt-config</command>, because
294 <application>libgcrypt</application> is not used anywere else in the
295 package.
[93343b6]296 </para>
297
[89475857]298 <para>
[5618cdc]299 <parameter>--disable-systemd</parameter>: Systemd is not supported by
300 BLFS.
301 </para>
302
303 <para>
304 <parameter>--with-rcdir=/tmp/cupsinit</parameter>: This switch tells the
305 build process to install the shipped bootscript into <filename
306 class="directory">/tmp</filename> instead of <filename
307 class="directory">/etc/rc.d</filename>.
[89475857]308 </para>
309
310 <para>
311 <parameter>--with-system-groups=lpadmin</parameter>: This switch ensures
[5618cdc]312 that only <systemitem class="groupname">lpadmin</systemitem> will be used
313 as the <application>Cups</application> administrative group.
[89475857]314 </para>
[47dc0bf]315
[89475857]316 <para>
317 <option>--disable-libusb</option>: Use this switch if you have installed
318 <xref linkend="libusb"/>, but wish to use the kernel usblp driver.
319 </para>
[47dc0bf]320
[89475857]321 <para>
322 <option>--enable-libpaper</option>: Use this switch if you have installed
323 <application>libpaper</application> and wish to use it with
324 <application>Cups</application>.
325 </para>
[47dc0bf]326
[536fac5]327 </sect2>
328
329 <sect2 role="configuration">
[47dc0bf]330 <title>Configuring Cups</title>
[536fac5]331
[2cf3f8a]332 <sect3 id="cups-config">
333 <title>Config Files</title>
[89475857]334
[2cf3f8a]335 <para><filename>/etc/cups/*</filename></para>
336
337 <indexterm zone="cups cups-config">
338 <primary sortas="e-etc-cups">/etc/cups/*</primary>
339 </indexterm>
340
341 </sect3>
342
343 <sect3>
344 <title>Configuration Information</title>
345
[5f83175]346 <para>
347 Normally, printers are set up via a web browser. The
348 <application>Cups</application> server will normally connect via
349 the url http://localhost:631. From there printers, print
350 jobs, and the server configuration can be set up and managed.
351 Remote system administration can also be set up. Configuration
352 can also be done from the command line via the
353 <command>lpadmin</command>, <command>lpoptions</command>,
354 and <command>lpstat</command> commands.
355 </para>
356
[2cf3f8a]357 <para>
358 Configuration of <application>Cups</application> is dependent on
359 the type of printer and can be complex. Generally, PostScript printers
360 are easier. For detailed instructions on configuration and use of
361 <application>Cups</application>, see <ulink
[5f83175]362 url="http://www.cups.org/documentation.php"/>.
[2cf3f8a]363 </para>
364
365 <para>
366 For non-PostScript printers to print with
[5618cdc]367 <application>Cups</application>, you need to install <xref
368 linkend="gs"/> to convert PostScript to raster images and a driver
[5f83175]369 (e.g. from <xref linkend="gutenprint"/>) to convert the resulting
[5618cdc]370 raster images to a form that the printer understands. <ulink
371 url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>
[5f83175]372 drivers use <xref linkend="gs"/> to convert PostScript to a printable
373 form directly, but this is considered suboptimal by
[5618cdc]374 <application>Cups</application> developers.
[2cf3f8a]375 </para>
376
377 </sect3>
[89475857]378
[2c1a7b7f]379 <sect3>
380 <title>Linux PAM Configuration</title>
381
382 <para>
383 If <application>CUPS</application> has been built with
384 <application>Linux PAM</application> support, you need to create a
[5f83175]385 <application>PAM</application> configuration file to get it working
[2c1a7b7f]386 correctly with BLFS.
387 </para>
388
389 <para>
390 Issue the following command as the <systemitem
391 class="username">root</systemitem> user to create the configuration
392 file for <application>Linux PAM</application>:
393 </para>
394
[3503806d]395<screen role="root"><userinput>cat &gt; /etc/pam.d/cups &lt;&lt; "EOF"
[2c1a7b7f]396<literal># Begin /etc/pam.d/cups
397
398auth include system-auth
399account include system-account
400session include system-session
401
402# End /etc/pam.d/cups</literal>
403EOF</userinput></screen>
404
405 </sect3>
406
[32d0e29]407 <sect3 id="cups-init">
[536fac5]408 <title>Boot Script</title>
409
[89475857]410 <para>
[2946338a]411 If you want the <application>Cups</application> print service to start
[89475857]412 automatically when the system is booted, install the init
413 script included in the <xref linkend="bootscripts"/>
414 package:
415 </para>
[536fac5]416
417 <indexterm zone="cups cups-init">
418 <primary sortas="f-cups">cups</primary>
419 </indexterm>
420
421<screen role="root"><userinput>make install-cups</userinput></screen>
422
423 </sect3>
424
425 </sect2>
426
427 <sect2 role="content">
428 <title>Contents</title>
429
430 <segmentedlist>
431 <segtitle>Installed Programs</segtitle>
432 <segtitle>Installed Libraries</segtitle>
433 <segtitle>Installed Directories</segtitle>
434
435 <seglistitem>
[89475857]436 <seg>
[5618cdc]437 accept, cancel, cupsaccept, cupsaddsmb, cups-config, cupsctl, cupsd,
438 cupsdisable, cupsenable, cupsfilter, cupsreject, cupstestdsc,
439 cupstestppd, ippfind, ipptool, lp, lpadmin, lpc, lpinfo, lpmove,
440 lpoptions, lpq, lpr, lprm, lpstat, ppdc, ppdhtml, ppdi, ppdmerge,
441 ppdpo, and reject
[89475857]442 </seg>
443 <seg>
444 libcupscgi.so, libcupsimage.so, libcupsmime.so,
[5618cdc]445 libcupsppdc.so, and libcups.so
[89475857]446 </seg>
447 <seg>
448 /etc/cups,
449 /usr/include/cups,
450 /usr/lib/cups,
451 /usr/share/cups,
452 /usr/share/doc/cups-&cups-version;,
453 /var/cache/cups,
454 /var/log/cups,
[5618cdc]455 /var/run/cups, and
[89475857]456 /var/spool/cups
457 </seg>
[536fac5]458 </seglistitem>
459 </segmentedlist>
460
461 <variablelist>
462 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
463 <?dbfo list-presentation="list"?>
464 <?dbhtml list-presentation="table"?>
465
466 <varlistentry id="accept">
467 <term><command>accept</command></term>
468 <listitem>
[89475857]469 <para>
470 instructs the printing system to accept print jobs to the
471 specified destinations.
472 </para>
[536fac5]473 <indexterm zone="cups accept">
474 <primary sortas="b-accept">accept</primary>
475 </indexterm>
476 </listitem>
477 </varlistentry>
478
479 <varlistentry id="cancel-cups">
480 <term><command>cancel</command></term>
481 <listitem>
[89475857]482 <para>
483 cancels existing print jobs from the print queues.
484 </para>
[536fac5]485 <indexterm zone="cups cancel-cups">
486 <primary sortas="b-cancel">cancel</primary>
487 </indexterm>
488 </listitem>
489 </varlistentry>
490
[89475857]491 <varlistentry id="cupsaddsmb">
492 <term><command>cupsaddsmb</command></term>
493 <listitem>
494 <para>
495 exports printers to the <application>Samba</application>
496 software for use with Windows clients.
497 </para>
498 <indexterm zone="cups cupsaddsmb">
499 <primary sortas="b-cupsaddsmb">cupsaddsmb</primary>
500 </indexterm>
501 </listitem>
502 </varlistentry>
503
[2cf3f8a]504 <varlistentry id="cups-config-prog">
[536fac5]505 <term><command>cups-config</command></term>
506 <listitem>
[89475857]507 <para>
508 is a <application>Cups</application>
509 program configuration utility.
510 </para>
[2cf3f8a]511 <indexterm zone="cups cups-config-prog">
[536fac5]512 <primary sortas="b-cups-config">cups-config</primary>
513 </indexterm>
514 </listitem>
515 </varlistentry>
516
[89475857]517 <varlistentry id="cupsctl">
518 <term><command>cupsctl</command></term>
[536fac5]519 <listitem>
[89475857]520 <para>
521 updates or queries the cupsd.conf file for a server.
522 </para>
523 <indexterm zone="cups cupsctl">
524 <primary sortas="b-cupsctl">cupsctl</primary>
[536fac5]525 </indexterm>
526 </listitem>
527 </varlistentry>
528
529 <varlistentry id="cupsd">
530 <term><command>cupsd</command></term>
531 <listitem>
[89475857]532 <para>
533 is the scheduler for the Common Unix Printing System.
534 </para>
[536fac5]535 <indexterm zone="cups cupsd">
536 <primary sortas="b-cupsd">cupsd</primary>
537 </indexterm>
538 </listitem>
539 </varlistentry>
540
[89475857]541 <varlistentry id="cupsfilter">
542 <term><command>cupsfilter</command></term>
[536fac5]543 <listitem>
[89475857]544 <para>
[0d7900a]545 is a front-end to the <application>Cups</application>
[89475857]546 filter subsystem which allows you to convert a file
547 to a specific format.
548 </para>
549 <indexterm zone="cups cupsfilter">
550 <primary sortas="b-cupsfilter">cupsfilter</primary>
[536fac5]551 </indexterm>
552 </listitem>
553 </varlistentry>
554
[89475857]555 <varlistentry id="cupstestdsc">
556 <term><command>cupstestdsc</command></term>
[536fac5]557 <listitem>
[89475857]558 <para>
559 tests the conformance of PostScript files.
560 </para>
561 <indexterm zone="cups cupstestdsc">
562 <primary sortas="b-cupstestdsc">cupstestdsc</primary>
563 </indexterm>
564 </listitem>
565 </varlistentry>
566
567 <varlistentry id="cupstestppd">
568 <term><command>cupstestppd</command></term>
569 <listitem>
570 <para>
571 tests the conformance of PPD files.
572 </para>
573 <indexterm zone="cups cupstestppd">
574 <primary sortas="b-cupstestppd">cupstestppd</primary>
[536fac5]575 </indexterm>
576 </listitem>
577 </varlistentry>
578
[95a4ee3]579 <varlistentry id="ippfind">
580 <term><command>ippfind</command></term>
581 <listitem>
582 <para>
583 finds internet printing protocol printers.
584 </para>
585 <indexterm zone="cups ippfind">
586 <primary sortas="b-ippfind">ippfind</primary>
587 </indexterm>
588 </listitem>
589 </varlistentry>
590
[89475857]591 <varlistentry id="ipptool">
592 <term><command>ipptool</command></term>
[536fac5]593 <listitem>
[89475857]594 <para>
595 sends IPP requests to the specified URI and tests
596 and/or displays the results.
597 </para>
598 <indexterm zone="cups ipptool">
599 <primary sortas="b-ipptool">ipptool</primary>
[536fac5]600 </indexterm>
601 </listitem>
602 </varlistentry>
603
604 <varlistentry id="lp-cups">
605 <term><command>lp</command></term>
606 <listitem>
[89475857]607 <para>
608 submits files for printing or alters a pending job.
609 </para>
[536fac5]610 <indexterm zone="cups lp-cups">
611 <primary sortas="b-lp">lp</primary>
612 </indexterm>
613 </listitem>
614 </varlistentry>
615
616 <varlistentry id="lpadmin">
617 <term><command>lpadmin</command></term>
618 <listitem>
[89475857]619 <para>
620 configures printer and class queues provided by
621 <application>Cups</application>.
622 </para>
[536fac5]623 <indexterm zone="cups lpadmin">
624 <primary sortas="b-lpadmin">lpadmin</primary>
625 </indexterm>
626 </listitem>
627 </varlistentry>
628
629 <varlistentry id="lpc-cups">
630 <term><command>lpc</command></term>
631 <listitem>
[89475857]632 <para>
633 provides limited control over printer and class queues
634 provided by <application>Cups</application>.
635 </para>
[536fac5]636 <indexterm zone="cups lpc-cups">
637 <primary sortas="b-lpc">lpc</primary>
638 </indexterm>
639 </listitem>
640 </varlistentry>
641
642 <varlistentry id="lpinfo">
643 <term><command>lpinfo</command></term>
644 <listitem>
[89475857]645 <para>
646 lists the available devices or drivers known to the
647 <application>Cups</application> server.
648 </para>
[536fac5]649 <indexterm zone="cups lpinfo">
650 <primary sortas="b-lpinfo">lpinfo</primary>
651 </indexterm>
652 </listitem>
653 </varlistentry>
654
655 <varlistentry id="lpmove">
656 <term><command>lpmove</command></term>
657 <listitem>
[89475857]658 <para>
659 moves the specified job to a new destination.
660 </para>
[536fac5]661 <indexterm zone="cups lpmove">
662 <primary sortas="b-lpmove">lpmove</primary>
663 </indexterm>
664 </listitem>
665 </varlistentry>
666
667 <varlistentry id="lpoptions">
668 <term><command>lpoptions</command></term>
669 <listitem>
[89475857]670 <para>
671 displays or sets printer options and defaults.
672 </para>
[536fac5]673 <indexterm zone="cups lpoptions">
674 <primary sortas="b-lpoptions">lpoptions</primary>
675 </indexterm>
676 </listitem>
677 </varlistentry>
678
679 <varlistentry id="lpq-cups">
680 <term><command>lpq</command></term>
681 <listitem>
[89475857]682 <para>
683 shows the current print queue status on the named printer.
684 </para>
[536fac5]685 <indexterm zone="cups lpq-cups">
686 <primary sortas="b-lpq">lpq</primary>
687 </indexterm>
688 </listitem>
689 </varlistentry>
690
691 <varlistentry id="lpr-cups">
692 <term><command>lpr</command></term>
693 <listitem>
[89475857]694 <para>
695 submits files for printing.
696 </para>
[536fac5]697 <indexterm zone="cups lpr-cups">
698 <primary sortas="b-lpr">lpr</primary>
699 </indexterm>
700 </listitem>
701 </varlistentry>
702
703 <varlistentry id="lprm-cups">
704 <term><command>lprm</command></term>
705 <listitem>
[89475857]706 <para>
707 cancels print jobs that have been queued for printing.
708 </para>
[536fac5]709 <indexterm zone="cups lprm-cups">
710 <primary sortas="b-lprm">lprm</primary>
711 </indexterm>
712 </listitem>
713 </varlistentry>
714
715 <varlistentry id="lpstat-cups">
716 <term><command>lpstat</command></term>
717 <listitem>
[89475857]718 <para>
719 displays status information about the current classes, jobs,
720 and printers.
721 </para>
[536fac5]722 <indexterm zone="cups lpstat-cups">
723 <primary sortas="b-lpstat">lpstat</primary>
724 </indexterm>
725 </listitem>
726 </varlistentry>
727
[89475857]728 <varlistentry id="ppdc">
729 <term><command>ppdc</command></term>
730 <listitem>
731 <para>
732 compiles PPDC source files into one or more PPD files.
733 </para>
734 <indexterm zone="cups ppdc">
735 <primary sortas="b-ppdc">ppdc</primary>
736 </indexterm>
737 </listitem>
738 </varlistentry>
739
740 <varlistentry id="ppdhtml">
741 <term><command>ppdhtml</command></term>
742 <listitem>
743 <para>
744 reads a driver information file and produces a HTML summary
745 page that lists all of the drivers in a file and the
746 supported options.
747 </para>
748 <indexterm zone="cups ppdhtml">
749 <primary sortas="b-ppdhtml">ppdhtml</primary>
750 </indexterm>
751 </listitem>
752 </varlistentry>
753
754 <varlistentry id="ppdi">
755 <term><command>ppdi</command></term>
756 <listitem>
757 <para>
758 imports one or more PPD files into a PPD compiler source file.
759 </para>
760 <indexterm zone="cups ppdi">
761 <primary sortas="b-ppdi">ppdi</primary>
762 </indexterm>
763 </listitem>
764 </varlistentry>
765
766 <varlistentry id="ppdmerge">
767 <term><command>ppdmerge</command></term>
768 <listitem>
769 <para>
770 merges two or more PPD files into a single, multi-language
771 PPD file.
772 </para>
773 <indexterm zone="cups ppdmerge">
774 <primary sortas="b-ppdmerge">ppdmerge</primary>
775 </indexterm>
776 </listitem>
777 </varlistentry>
778
779 <varlistentry id="ppdpo">
780 <term><command>ppdpo</command></term>
781 <listitem>
782 <para>
783 extracts UI strings from PPDC source files and
784 updates either a GNU gettext or Mac OS X strings
785 format message catalog source file for translation.
786 </para>
787 <indexterm zone="cups ppdpo">
788 <primary sortas="b-ppdpo">ppdpo</primary>
789 </indexterm>
790 </listitem>
791 </varlistentry>
792
[536fac5]793 <varlistentry id="reject">
794 <term><command>reject</command></term>
795 <listitem>
[89475857]796 <para>
797 instructs the printing system to reject print jobs to the
798 specified destinations.
799 </para>
[536fac5]800 <indexterm zone="cups reject">
801 <primary sortas="b-reject">reject</primary>
802 </indexterm>
803 </listitem>
804 </varlistentry>
805
[89475857]806 <varlistentry id="libcups">
807 <term><filename class="libraryfile">libcups.so</filename></term>
808 <listitem>
809 <para>
810 contains the <application>Cups</application> API functions.
811 </para>
812 <indexterm zone="cups libcups">
813 <primary sortas="c-libcups">libcups.so</primary>
814 </indexterm>
815 </listitem>
816 </varlistentry>
817
[536fac5]818 </variablelist>
819
820 </sect2>
[c78533e]821
822</sect1>
Note: See TracBrowser for help on using the repository browser.