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

Last updated: May 21,2024

1. Install "libhogweed6" package

Please follow the guidelines below to install libhogweed6 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libhogweed6

2. Uninstall "libhogweed6" package

In this section, we are going to explain the necessary steps to uninstall libhogweed6 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libhogweed6 $ sudo apt autoclean && sudo apt autoremove

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

Package: libhogweed6
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: 336
Depends: libc6 (>= 2.14), libgmp10 (>= 2:6.1.0), libnettle8
Filename: pool/main/n/nettle/libhogweed6_3.7.3-1_amd64.deb
Size: 195092
MD5sum: 79ebe527a7bf625dc9c073bc414194f2
SHA1: e13c7dfcc0450a790dabcbfa98821c98afea9787
SHA256: d0acd2b9bfa0defc339488d078a25aed422df0a7c811933c788f024d3b274343
SHA512: 3293059f221ca8dd9eaef0dec172472f28693b11ba37d2650229be9977411b798630bc96d7ae56a7adfb6c8cacf04cf6affec83ff3ba3008cc0f1f7635d164e5
Homepage: http://www.lysator.liu.se/~nisse/nettle/
Description-en: low level cryptographic library (public-key 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 asymmetric cryptographic algorithms, which,
require the GNU multiple precision arithmetic library (libgmp) for
their large integer computations.
Description-md5: 2a20554eaadbd355079396956d5d3edb
Task: minimal, server-minimal
Build-Essential: yes