How to Install and Uninstall libghc-hashtables-doc Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 11,2024

1. Install "libghc-hashtables-doc" package

Please follow the steps below to install libghc-hashtables-doc on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libghc-hashtables-doc

2. Uninstall "libghc-hashtables-doc" package

Please follow the guidelines below to uninstall libghc-hashtables-doc on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libghc-hashtables-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-hashtables-doc package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-hashtables-doc
Architecture: all
Version: 1.2.3.4-1build2
Priority: extra
Section: universe/doc
Source: haskell-hashtables
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2550
Depends: haddock-interface-35
Recommends: libghc-hashable-doc, libghc-primitive-doc, libjs-mathjax
Filename: pool/universe/h/haskell-hashtables/libghc-hashtables-doc_1.2.3.4-1build2_all.deb
Size: 124972
MD5sum: 6d8926679fba049a974e71d4d53a372b
SHA1: 81591538ab7e9eaada777a8d14e98e41374c9990
SHA256: 43669cd29e2ca0af3a20ebcb2e203a522bbbd3ee1972f90c525c9e22037a4455
SHA512: 3af6fecdc47ab5b23c1ac27743db623bfba911f7ac5740c25eea381db42752d7810cd15cddf353b7420572169caba3eeaacdeeaa6732b061e9a597ef8a50e4a9
Homepage: http://github.com/gregorycollins/hashtables
Description-en: mutable hash tables -- documentation; documentation
This package provides a couple of different implementations of mutable hash
tables in the ST monad, as well as a typeclass abstracting their common
operations, and a set of wrappers to use the hash tables in the IO monad.
.
There are three hash table implementations:
.
* Data.HashTable.ST.Basic contains a basic open-addressing hash table using
linear probing as the collision strategy. This should currently be the
fastest available hash table implementation for lookups, although it has a
higher memory overhead than others.
* Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing".
Cuckoo hashing has worst-case O(1) lookups and performs well even when the
table is highly loaded.
* Data.HashTable.ST.Linear contains a linear hash table, which trades some
insert and lookup performance for higher space efficiency and much shorter
delays when expanding the table.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 273ea8f0d3dcd5df6d63844a98b526d2