How to Install libcryptsetup-dev in Ubuntu 18.04



Install libcryptsetup-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libcryptsetup-dev

Description:

disk encryption support - development files

Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. . This package provides the libcryptsetup development files.

Homepage: https://gitlab.com/cryptsetup/cryptsetup

Version: 2:2.0.2-1ubuntu1

Section: libdevel