cupsd
Server daemon for the CUPS print server. More information: <https://openprinting.github.io/cups/doc/man-cupsd.html>.
RUN apt-get update && \
apt-get install -y cups-daemon
RUN apt-get update && \
apt-get install -y cups-daemon
RUN apk add cups
RUN pacman -S --noconfirm cups
RUN apt-get update && \
apt-get install -y cups-daemon
RUN dnf install -y cups-1
RUN apt-get update && \
apt-get install -y cups-daemon