How to Install and Uninstall libnettle8 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libnettle8" package

This guide let you learn how to install libnettle8 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libnettle8

2. Uninstall "libnettle8" package

This guide covers the steps necessary to uninstall libnettle8 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libnettle8 package on Ubuntu 21.10 (Impish Indri)

Package: libnettle8
Architecture: amd64
Version: 3.7.3-1
Multi-Arch: same
Priority: important
Section: libs
Source: nettle
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Magnus Holmgren
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 356
Depends: libc6 (>= 2.17)
Filename: pool/main/n/nettle/libnettle8_3.7.3-1_amd64.deb
Size: 147228
MD5sum: 24924d1d602ae4ebb3b3a553b8201602
SHA1: daca9727339be9f586c9f82e6aabb265e25f3666
SHA256: 6bef6be6719875571b75990104719fb9003392475d6b04bf0929cc185ba467a6
SHA512: 71edd1054d4d629a76879a256a30b38dc8470120e8c19e6489e8e40786f819cbf34a45bd04367ef28ee61724ba16b2f1f581ef525925b5148c390806143dd9d4
Homepage: http://www.lysator.liu.se/~nisse/nettle/
Description-en: 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: 9dcb77a61a93b06eb5b005f9c8c509a4
Task: minimal, server-minimal
Build-Essential: yes