1lpinfo(8) OpenPrinting lpinfo(8)
2
3
4
6 lpinfo - show available devices or drivers (deprecated)
7
9 lpinfo [ -h server[:port] ] [ -E ] [ -l ] [ --device-id device-id-
10 string ] [ --exclude-schemes scheme-list ] [ --include-schemes scheme-
11 list ] [ --language locale ] [ --make-and-model name ] [ --product name
12 ] -m
13 lpinfo [ -h server[:port] ] [ -E ] [ -l ] [ --exclude-schemes scheme-
14 list ] [ --include-schemes scheme-list ] [ --timeout seconds ] -v
15
17 lpinfo lists the available devices or drivers known to the CUPS server.
18 The first form (-m) lists the available drivers, while the second form
19 (-v) lists the available devices.
20
22 lpinfo accepts the following options:
23
24 -E Forces encryption when connecting to the server.
25
26 -h server[:port]
27 Selects an alternate server. Note: This option must occur before
28 all others.
29
30 -l Shows a "long" listing of devices or drivers.
31
32 --device-id device-id-string
33 Specifies the IEEE-1284 device ID to match when listing drivers
34 with the -m option.
35
36 --exclude-schemes scheme-list
37 Specifies a comma-delimited list of device or PPD schemes that
38 should be excluded from the results. Static PPD files use the
39 "file" scheme.
40
41 --include-schemes scheme-list
42 Specifies a comma-delimited list of device or PPD schemes that
43 should be included in the results. Static PPD files use the
44 "file" scheme.
45
46 --language locale
47 Specifies the language to match when listing drivers with the -m
48 option.
49
50 --make-and-model name
51 Specifies the make and model to match when listing drivers with
52 the -m option.
53
54 --product name
55 Specifies the product to match when listing drivers with the -m
56 option.
57
58 --timeout seconds
59 Specifies the timeout when listing devices with the -v option.
60
62 The lpinfo command is unique to CUPS.
63
65 List all devices:
66
67 lpinfo -v
68
69 List all drivers:
70
71 lpinfo -m
72
73 List drivers matching "HP LaserJet":
74
75 lpinfo --make-and-model "HP LaserJet" -m
76
78 CUPS printer drivers and backends are deprecated and will no longer be
79 supported in a future feature release of CUPS. Printers that do not
80 support IPP can be supported using applications such as
81 ippeveprinter(1).
82
84 lpadmin(8), CUPS Online Help (http://localhost:631/help)
85
87 Copyright © 2021-2022 by OpenPrinting.
88
89
90
912022-05-02 CUPS lpinfo(8)