create-cracklib-dict

A library used to enforce strong passwords

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