How to Install and Uninstall libghc-hashtables-doc Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 11,2024

1. Install "libghc-hashtables-doc" package

This tutorial shows how to install libghc-hashtables-doc on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libghc-hashtables-doc" package

Here is a brief guide to show you how to uninstall libghc-hashtables-doc on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-hashtables-doc package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-hashtables-doc
Architecture: all
Version: 1.2.3.4-1build1
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-1build1_all.deb
Size: 124980
MD5sum: 837391638cd5b8d4e157c73587e75719
SHA1: 7d64603d5ac9d794114653a7efc69bc7d3da73c5
SHA256: 5f3b7e597f8953e43963190b2969bd39eb2750e3fda804a3e3ea5259c1dda32a
SHA512: 773594c2624b12b81e142c2aae0fcbc08abac067cc6083ccfdea00f9fa5b243d896f0bd0a6e4b0ee18d8fe286e9cd5ae86dc0b28ba9a9d484369a0391fa398ec
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