snippetbashTip
lpoptions — Display or set printer options and defaults. See also: `lpadmin`. More information: <https://openpri
Viewed 0 times
commandoptionsandlpoptionscliprintersetdisplay
Problem
How to use the
lpoptions command: Display or set printer options and defaults. See also: lpadmin. More information: <https://openprinting.github.io/cups/doc/man-lpoptions.html>.Solution
lpoptions — Display or set printer options and defaults. See also: lpadmin. More information: <https://openprinting.github.io/cups/doc/man-lpoptions.html>.Set the default printer:
lpoptions -d {{printer}}/{{instance}}List printer-specific options of a specific printer:
lpoptions -d {{printer}} -lSet a new option on a specific printer:
lpoptions -d {{printer}} -o {{option}}Remove the options of a specific printer:
lpoptions -d {{printer}} -xCode Snippets
Set the default printer
lpoptions -d {{printer}}/{{instance}}List printer-specific options of a specific printer
lpoptions -d {{printer}} -lSet a new option on a specific printer
lpoptions -d {{printer}} -o {{option}}Remove the options of a specific printer
lpoptions -d {{printer}} -xContext
tldr-pages: common/lpoptions
Revisions (0)
No revisions yet.