cryptsetup

Manage plain dm-crypt and LUKS (Linux Unified Key Setup) encrypted volumes. More information: <https://gitlab.com/cryptsetup/cryptsetup/>.

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