How to Install and Uninstall libsecrecy-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "libsecrecy-dev" package

Please follow the steps below to install libsecrecy-dev on Kali Linux

$ sudo apt update $ sudo apt install libsecrecy-dev

2. Uninstall "libsecrecy-dev" package

In this section, we are going to explain the necessary steps to uninstall libsecrecy-dev on Kali Linux:

$ sudo apt remove libsecrecy-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsecrecy-dev package on Kali Linux

Package: libsecrecy-dev
Source: libsecrecy
Version: 0.0.5+ds-3
Installed-Size: 153
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: pkg-config, libgpgme-dev, nettle-dev
Size: 21320
SHA256: 7c1d00dcf320aa2ac5b6778c35ec227664201c142d034cdf070f07077236b0ac
SHA1: 080b0183449bd69a5a69ed662e355bdde4bc015f
MD5sum: 5e7aa2f0ce4a1195d145943cc1b15bcf
Description: C++ header only library for random access to encrypted files
libsecrecy is a header only C++ library implementing an encrypted file format
based on GCM (Galois Counter Mode) and AES128 or AES256.
.
It uses nettle routines for file encryption and decryption via GCM using
AES128 or AES256 as cipher function and gpgme for key storage.
.
While encryption is currently only supported in a streaming fashion,
decryption allows random access in the encrypted file due to independently
encoded subunits.
Description-md5:
Multi-Arch: same
Homepage: https://gitlab.com/german.tischler/libsecrecy
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libs/libsecrecy/libsecrecy-dev_0.0.5+ds-3_amd64.deb