How to Install and Uninstall libnettle8 Package on Kali Linux

Last updated: May 13,2024

1. Install "libnettle8" package

Please follow the guidance below to install libnettle8 on Kali Linux

$ sudo apt update $ sudo apt install libnettle8

2. Uninstall "libnettle8" package

Learn how to uninstall libnettle8 on Kali Linux:

$ sudo apt remove libnettle8 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnettle8 package on Kali Linux

Package: libnettle8
Source: nettle (3.9.1-2)
Version: 3.9.1-2+b1
Installed-Size: 542
Maintainer: Magnus Holmgren
Architecture: amd64
Depends: libc6 (>= 2.17)
Size: 295864
SHA256: 1f024ceeea8f5009664852502bc920743b2679a48040765fa041841dec74077d
SHA1: 0a601966835e052dc78e2d5e9f927bffacab92b1
MD5sum: bf87e4431f9a89d22a06d7ff3e1ec308
Description: low level cryptographic library (symmetric and one-way cryptos)
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 symmetric and one-way cryptographic
algorithms. To avoid having this package depend on libgmp, the
asymmetric cryptos reside in a separate library, libhogweed.
Description-md5:
Multi-Arch: same
Homepage: http://www.lysator.liu.se/~nisse/nettle/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/n/nettle/libnettle8_3.9.1-2+b1_amd64.deb