lpq

Show printer queue status. More information: <https://openprinting.github.io/cups/doc/man-lpq.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y lprng
Ubuntu
RUN apt-get update && \ apt-get install -y gnuspool
Alpine
RUN apk add cups
Arch Arch Linux
RUN pacman -S --noconfirm cups
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y lprng
Fedora
RUN dnf install -y cups
Raspbian
RUN apt-get update && \ apt-get install -y gnuspool
click the source code to copy install lpq on any operating system with command-not-found.com