cupsd

Server daemon for the CUPS print server. More information: <https://openprinting.github.io/cups/doc/man-cupsd.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y cups-daemon
Ubuntu
RUN apt-get update && \ apt-get install -y cups-daemon
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 cups-daemon
Fedora
RUN dnf install -y cups-1
Raspbian
RUN apt-get update && \ apt-get install -y cups-daemon
click the source code to copy install cupsd on any operating system with command-not-found.com