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

Last updated: May 14,2024

1. Install "nettle-dev" package

In this section, we are going to explain the necessary steps to install nettle-dev on Kali Linux

$ sudo apt update $ sudo apt install nettle-dev

2. Uninstall "nettle-dev" package

Here is a brief guide to show you how to uninstall nettle-dev on Kali Linux:

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

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

Package: nettle-dev
Source: nettle (3.9.1-2)
Version: 3.9.1-2+b1
Installed-Size: 3135
Maintainer: Magnus Holmgren
Architecture: amd64
Replaces: libnettle-dev
Depends: libnettle8 (= 3.9.1-2+b1), libhogweed6 (= 3.9.1-2+b1), libgmp-dev
Conflicts: libnettle-dev
Size: 1290880
SHA256: 0cc7976d7baafcdf483492deb1262e1b3aad4e536e16ccacaf4c407e24d10049
SHA1: 474dd80705a0065c40ad55179931b471b5621aca
MD5sum: c5796cbb1b6fcaba824bd361cbc1300e
Description: low level cryptographic library (development files)
Nettle is a cryptographic library that is designed to fit easily in more or
less any context: In crypto toolkits for object-oriented languages (C++,
Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
space.
.
It tries to solve a problem of providing a common set of cryptographic
algorithms for higher-level applications by implementing a
context-independent set of cryptographic algorithms. In that light, Nettle
doesn't do any memory allocation or I/O, it simply provides the
cryptographic algorithms for the application to use in any environment and
in any way it needs.
.
This package contains the development files (C headers and static libraries)
Description-md5:
Multi-Arch: same
Homepage: http://www.lysator.liu.se/~nisse/nettle/
Tag: devel::doc, devel::lang:c, devel::library, implemented-in::c,
role::devel-lib, role::documentation, security::cryptography
Section: libdevel
Priority: optional
Filename: pool/main/n/nettle/nettle-dev_3.9.1-2+b1_amd64.deb