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

Last updated: May 18,2024

1. Install "libghc-hashmap-dev" package

Please follow the guidance below to install libghc-hashmap-dev on Kali Linux

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

2. Uninstall "libghc-hashmap-dev" package

This tutorial shows how to uninstall libghc-hashmap-dev on Kali Linux:

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

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

Package: libghc-hashmap-dev
Source: haskell-hashmap (1.3.3-3)
Version: 1.3.3-3+b1
Installed-Size: 1146
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-hashmap-dev-1.3.3-0909f
Depends: libghc-base-dev-4.13.0.0-2f220, libghc-containers-dev-0.6.2.1-ab1cf, libghc-deepseq-dev-1.4.4.0-9f093, libghc-hashable-dev-1.3.0.0-d5f3c, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-hashmap-doc, libghc-hashmap-prof
Size: 121392
SHA256: c4bc7e1cbd4c1902b34d4f33a5e4cf6eccd658299a526e207c3f7c30c2f6d450
SHA1: caac6bcda4115774beb3b60a5e713a2c1ed167b2
MD5sum: aaf62933f4e6e0a826ea01a0820cf0fe
Description: persistent containers Map and Set based on hashing
An implementation of persistent Map and Set containers based on hashing.
The implementation is build on top of Data.IntMap.IntMap and
Data.IntSet.IntSet, with very similar API. It uses Hashable class from the
hashable package for hashing.
.
This package can be used as a drop-in replacement for Data.Map and Data.Set
modules.
.
The Map key value is an Data.IntMap.IntMap indexed by the hash value,
containing either one (key, value) or a Data.Map.Map key value for all
keys with the same hash value.
.
The Set elem is an Data.IntMap.IntMap indexed by the hash value, containing
either one elem or Data.Set.Set elem for all elements with the same hash
value.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 762a0f2ae9596e7021cd606d8fa89c96
Homepage: http://git.auryn.cz/haskell/hashmap/
Ghc-Package: hashmap-1.3.3-X4ZmiZEG8d8miyK1qY0U6
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-hashmap/libghc-hashmap-dev_1.3.3-3+b1_amd64.deb