zenity

Display dialogs from the command-line/shell scripts. Return user-inserted values or 1 if error. More information: <https://manned.org/zenity>.

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