lpoptions
Display or set printer options and defaults. See also: lpadmin. More information: <https://openprinting.github.io/cups/doc/man-lpoptions.html>.
RUN apt-get update && \
apt-get install -y cups-client
RUN apt-get update && \
apt-get install -y cups-client
RUN apk add cups
RUN pacman -S --noconfirm cups
RUN apt-get update && \
apt-get install -y cups-client
RUN dnf install -y cups-client-1
RUN apt-get update && \
apt-get install -y cups-client