expect_mkpasswd

Automates interactive applications

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