lpstat
Show status information about printers. More information: <https://manned.org/lpstat>.
RUN apt-get update && \
apt-get install -y lprng
RUN apt-get update && \
apt-get install -y gnuspool
RUN apk add cups
RUN pacman -S --noconfirm cups
RUN apt-get update && \
apt-get install -y lprng
RUN dnf install -y cups
RUN apt-get update && \
apt-get install -y gnuspool