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

List Printers - Manage CUPS Printers | Online Free DevTools by Hexmos

Manage CUPS printers with lpinfo. Discover connected printers and available drivers. Find printer information quickly. Free online tool, no registration required.

lpinfo

List connected printers and installed drivers for the CUPS print server. More information: https://openprinting.github.io/cups/doc/man-lpinfo.html.

  • List all the currently connected printers:

lpinfo -v

  • List all the currently installed printer drivers:

lpinfo -m

  • Search installed printer drivers by make and model:

lpinfo --make-and-model "{{printer_model}}" -m

See Also