figlet

Generate ASCII banners from user input. See also: showfigfonts. More information: <http://www.figlet.org/figlet-man.html>.

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