I have recently installed the cryptsetup. I've double checked with sudo apt-get install cryptsetup.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
cryptsetup is already the newest version (2:2.3.7-1+deb11u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
However when I try to use the command it does not recognize it.
bash: cryptsetup: command not found
Then I tried to find the location of the command using which.
which cryptsetup
However the command does not return anything. man cryptsetup says that cryptsetup indeed is the right command name. What is wrong here?