How to Install and Uninstall libnettle8 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 19,2024

1. Install "libnettle8" package

Learn how to install libnettle8 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libnettle8

2. Uninstall "libnettle8" package

Please follow the guidelines below to uninstall libnettle8 on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libnettle8 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libnettle8
Architecture: amd64
Version: 3.7-2.1ubuntu1
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: 355
Depends: libc6 (>= 2.17)
Filename: pool/main/n/nettle/libnettle8_3.7-2.1ubuntu1_amd64.deb
Size: 146292
MD5sum: bd1185d006ed9777d3719471d24f9a42
SHA1: 282d79da0e999c131b5043ab8605c1eb44e772e2
SHA256: a26c85b514cdcccd04d22534b1ff0d5869d87c0674b646c117476393433b38fe
SHA512: dda7ea938253318e735dd2b0d3e4ff856e0ff20d39d603a3bf10071d8c75f7c895cebbdafada64981f54a8b6295516d0a2162b023a83067b19986ad86d388d1f
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
Build-Essential: yes