whiptail

Display text-based dialog boxes from shell scripts. More information: <https://manned.org/whiptail>.

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