lpr

CUPS tool for printing files. See also: lpstat and lpadmin. More information: <https://openprinting.github.io/cups/doc/man-lpr.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y lpr
Ubuntu
RUN apt-get update && \ apt-get install -y lpr
Arch Arch Linux
RUN pacman -S --noconfirm lpr
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y lpr
CentOS
RUN yum install -y lpr
Raspbian
RUN apt-get update && \ apt-get install -y lpr
click the source code to copy install lpr on any operating system with command-not-found.com