dialog

Displays user-friendly dialog boxes from shell scripts

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