1lprint(1) Michael R Sweet lprint(1)
2
3
4
6 lprint - a label printer application
7
9 lprint [ SUB-COMMAND ] [ OPTIONS ] [ FILES ]
10
12 lprint is a label printer application that can be run standalone or as
13 a dedicated IPP Everywhere network service. lprint supports printing
14 PNG images, Apple/PWG raster files, and printer-specific label files to
15 USB and network label printers. If no sub-command is specified, "sub‐
16 mit" is assumed.
17
19 The following sub-commands are recognized by lprint:
20
21 add Add a printer queue.
22
23 cancel
24 Cancel one or more print jobs.
25
26 default
27 Set the default printer queue.
28
29 delete
30 Delete a printer queue.
31
32 devices
33 List connected printers.
34
35 drivers
36 List the supported drivers.
37
38 jobs List pending print jobs.
39
40 modify
41 Modify a printer queue.
42
43 options
44 List supported options.
45
46 printers
47 List the printer queues.
48
49 server
50 Start a server.
51
52 shutdown
53 Shutdown a running server.
54
55 status
56 Show the status of a printer or all printers.
57
58 submit
59 Submit a file for printing.
60
62 https://www.msweet.org/lprint
63 lprint-add(1), lprint-cancel(1), lprint-default(1), lprint-delete(1),
64 lprint-devices(1), lprint-drivers(1), lprint-jobs(1), lprint-modify(1),
65 lprint-options(1), lprint-printers(1), lprint-server(1), lprint-shut‐
66 down(1), lprint-status(1), lprint-submit(1), lprint.conf(5)
67
69 Copyright © 2019-2021 by Michael R Sweet.
70
71
72
732021-12-21 LPrint lprint(1)