fortune

Print a random quotation (fortune-cookie style). More information: <https://manned.org/fortune>.

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