passwd

Change a user's password. More information: <https://manned.org/passwd>.

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