cowsay

Print ASCII art (by default a cow) saying or thinking something. More information: <https://github.com/tnalpgge/rank-amateur-cowsay>.

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