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

Last updated: May 18,2024

1. Install "libghc-hashtables-prof" package

Please follow the guidance below to install libghc-hashtables-prof on Kali Linux

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

2. Uninstall "libghc-hashtables-prof" package

Please follow the guidelines below to uninstall libghc-hashtables-prof on Kali Linux:

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

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

Package: libghc-hashtables-prof
Source: haskell-hashtables (1.3.1-1)
Version: 1.3.1-1+b2
Installed-Size: 1599
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-hashtables-prof-1.3.1-c9dee
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-ghc-prim-prof-0.9.1-ca9fc, libghc-hashable-prof-1.4.3.0-e937e, libghc-hashtables-dev (= 1.3.1-1+b2), libghc-primitive-prof-0.8.0.0-a075c, libghc-vector-prof-0.13.1.0-1ffee
Size: 192024
SHA256: 6f7b41bee12374e6a69561d044b5dd4a09e425e67ad48eec812d3605cdc8ab20
SHA1: 0646cc39814b8f2819a03df4f5f91a7287373396
MD5sum: 036121940637f7c71b039a7d8ddadb82
Description: mutable hash tables -- profiling libraries; profiling libraries
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 a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: http://github.com/gregorycollins/hashtables
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-hashtables/libghc-hashtables-prof_1.3.1-1+b2_amd64.deb