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

Last updated: May 17,2024

1. Install "libghc-hashtables-dev" package

Please follow the steps below to install libghc-hashtables-dev on Kali Linux

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

2. Uninstall "libghc-hashtables-dev" package

This guide covers the steps necessary to uninstall libghc-hashtables-dev on Kali Linux:

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

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

Package: libghc-hashtables-dev
Source: haskell-hashtables (1.3.1-1)
Version: 1.3.1-1+b2
Installed-Size: 2050
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-hashtables-dev-1.3.1-c9dee
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-ghc-prim-dev-0.9.1-ca9fc, libghc-hashable-dev-1.4.3.0-e937e, libghc-primitive-dev-0.8.0.0-a075c, libghc-vector-dev-0.13.1.0-1ffee, libc6 (>= 2.14), libgmp10 (>= 2:6.3.0+dfsg)
Size: 213732
SHA256: 039bece0f9948b660a5374111e2c4a5097ee4d79fc58a72dad9ca3a110e68f7a
SHA1: cab35433d337504abe30bdc7bf973d5207b98893
MD5sum: 3704d587e5e728c2ec536be7fa0eeaee
Description: mutable hash tables
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.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: http://github.com/gregorycollins/hashtables
Ghc-Package: hashtables-1.3.1-HISmDkWRcTQEnVrcPA7Pf4
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-hashtables/libghc-hashtables-dev_1.3.1-1+b2_amd64.deb