logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

LPAdmin - Configure CUPS Printers | Online Free DevTools by Hexmos

Configure CUPS printers with LPAdmin. Manage printers, classes, and default configurations efficiently with this command line tool. Free online tool, no registration required.

lpadmin

Configure CUPS printers and classes. See also: lpoptions. More information: https://openprinting.github.io/cups/doc/man-lpadmin.html.

  • Set the default printer:

lpadmin -d {{printer}}

  • Delete a specific printer or class:

lpadmin -x {{printer|class}}

  • Add a printer to a class:

lpadmin -p {{printer}} -c {{class}}

  • Remove a printer from a class:

lpadmin -p {{printer}} -r {{class}}

See Also