source: pst/printing/cups.xml@ c289c50

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since c289c50 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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