cancel
Cancel print jobs. See also: lp, lpmove, lpstat. More information: <https://openprinting.github.io/cups/doc/man-cancel.html>.
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