1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:42:09 +02:00
tldr/pages/common/lpinfo.md
2021-10-19 13:54:59 -03:00

379 B

lpinfo

List connected printers and installed drivers for the CUPS print server. More information: https://www.cups.org/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