snippetbashTip
lpinfo — List connected printers and installed drivers for the CUPS print server. More information: <https://
Viewed 0 times
connectedcommandprinterslpinfoandclilistinstalled
Problem
How to use the
lpinfo command: List connected printers and installed drivers for the CUPS print server. More information: <https://openprinting.github.io/cups/doc/man-lpinfo.html>.Solution
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 -vList all the currently installed printer drivers:
lpinfo -mSearch installed printer drivers by make and model:
lpinfo --make-and-model "{{printer_model}}" -mCode Snippets
List all the currently connected printers
lpinfo -vList all the currently installed printer drivers
lpinfo -mSearch installed printer drivers by make and model
lpinfo --make-and-model "{{printer_model}}" -mContext
tldr-pages: common/lpinfo
Revisions (0)
No revisions yet.