logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Printer Options - Manage Printing with lpoptions | Online Free DevTools by Hexmos

Control printer options with lpoptions. Manage default printers, configure printer-specific settings, and remove unwanted options using command line. Free online tool, no registration required.

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}} -l

  • Set a new option on a specific printer:

lpoptions -d {{printer}} -o {{option}}

  • Remove the options of a specific printer:

lpoptions -d {{printer}} -x

See Also