Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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