pwgen

Generate pronounceable passwords. More information: <https://github.com/tytso/pwgen>.

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