veritysetup

disk encryption support - command line tools

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