Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • Instead of generically not using which, for the particular case where you've installed a package on a Debian system, run dpkg-query -L cryptsetup (or whatever). It'll list the files installed by the package. There are of course equivalents for other package managers. Commented Dec 18, 2022 at 2:32