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

Last updated: May 21,2024

1. Install "libhogweed6" package

This is a short guide on how to install libhogweed6 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libhogweed6

2. Uninstall "libhogweed6" package

Here is a brief guide to show you how to uninstall libhogweed6 on Ubuntu 21.04 (Hirsute Hippo):

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

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

Package: libhogweed6
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: 335
Depends: libc6 (>= 2.14), libgmp10 (>= 2:6.1.0), libnettle8
Filename: pool/main/n/nettle/libhogweed6_3.7-2.1ubuntu1_amd64.deb
Size: 195188
MD5sum: a6b78cd97f96f00d0ab789069c80de4b
SHA1: 55c4bae5c6c459c1eae9103db61205f90b1aa52b
SHA256: b2d23fb641a317e4e89332572e3a451e77f9d7fb8d82dba96ac78a4904b3dc6c
SHA512: 1ded8ad11768790cc925ede6b17b4726d6ddbaed4e33c4409e64bb04e834aeda2901ac8c946031846be0d4b76416cfc0db13407fb7ee11df08fde57f3485182c
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
Build-Essential: yes