How to Install and Uninstall libghc-hashtables-doc Package on Kali Linux

Last updated: May 15,2024

1. Install "libghc-hashtables-doc" package

This guide covers the steps necessary to install libghc-hashtables-doc on Kali Linux

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

2. Uninstall "libghc-hashtables-doc" package

Please follow the guidance below to uninstall libghc-hashtables-doc on Kali Linux:

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

3. Information about the libghc-hashtables-doc package on Kali Linux

Package: libghc-hashtables-doc
Source: haskell-hashtables
Version: 1.3.1-1
Installed-Size: 2832
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-hashable-doc, libghc-hashtables-dev, libghc-primitive-doc, libghc-vector-doc, libjs-mathjax
Suggests: libghc-hashtables-prof
Size: 141824
SHA256: 1c173406b50ba0fb5db0f7fd022120c4447a94b180ce2c48e316dd6c60b2ee89
SHA1: c72ba1ce1ee7dfa2bec29758dc3ca19dbfaf9ba2
MD5sum: 8924443bd49b83dba03fe84193aa0676
Description: 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:
Homepage: http://github.com/gregorycollins/hashtables
Tag: devel::doc, devel::lang:haskell, made-of::html, role::documentation
Section: doc
Priority: optional
Filename: pool/main/h/haskell-hashtables/libghc-hashtables-doc_1.3.1-1_all.deb