source: pst/printing/cups.xml@ 8c71f6e

11.1 11.2 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8c71f6e was 8c71f6e, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Package updates.
Update to node-16.13.1.
Update to cups-2.4.0.

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