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

Last updated: April 28,2024

1. Install "nettle-bin" package

Please follow the steps below to install nettle-bin on Kali Linux

$ sudo apt update $ sudo apt install nettle-bin

2. Uninstall "nettle-bin" package

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

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

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

Package: nettle-bin
Source: nettle (3.9.1-2)
Version: 3.9.1-2+b1
Installed-Size: 114
Maintainer: Magnus Holmgren
Architecture: amd64
Replaces: lsh-utils (<< 2.0.4-dfsg-1)
Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.3.0+dfsg), libhogweed6, libnettle8 (= 3.9.1-2+b1)
Suggests: lsh-doc
Breaks: lsh-utils (<< 2.0.4-dfsg-1)
Size: 25360
SHA256: a11509dd663ba54803456986aa7b3c6d53be1de414105219a5818e26d16779e4
SHA1: 9a3001fe91e550c91e76a4517fd6006423bbfdeb
MD5sum: c7de39601dca0fe5b8be1857e731ed3c
Description: low level cryptographic library (binary tools)
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 binary utilities that accompany the library:
.
- nettle-lfib-stream - generates a pseudo-random stream, using the Knuth
lfib (non-cryptographic) pseudo-random generator.
- sexp-conv - conversion tool for handling the different flavours of sexp
syntax.
- pkcs1-conv - converts PKCS#1 keys to sexp format.
- nettle-hash - command-line tool to compute message digests such as SHA-1.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.lysator.liu.se/~nisse/nettle/
Tag: implemented-in::c, interface::commandline, role::program,
scope::utility, security::cryptography
Section: misc
Priority: optional
Filename: pool/main/n/nettle/nettle-bin_3.9.1-2+b1_amd64.deb