How to Install and Uninstall libghc-hashtables-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libghc-hashtables-doc" package

Please follow the steps below to install libghc-hashtables-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-hashtables-doc" package

Please follow the instructions below to uninstall libghc-hashtables-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libghc-hashtables-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-hashtables-doc
Priority: extra
Section: universe/doc
Installed-Size: 1040
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-hashtables
Version: 1.2.1.0-1build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-hashable-doc, libghc-primitive-doc
Filename: pool/universe/h/haskell-hashtables/libghc-hashtables-doc_1.2.1.0-1build1_all.deb
Size: 69852
MD5sum: 2d369f3b018da069602c7a9c093a0449
SHA1: cb1db33b7c919066310571fc6fe519b64c42b4fa
SHA256: 53c1403cb55efe506c08af00b6713467ad973bc5c494675e5c86227d98fd22a8
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
Homepage: http://github.com/gregorycollins/hashtables
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu