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

Last updated: May 18,2024

1. Install "libghc-hashmap-doc" package

Please follow the steps below to install libghc-hashmap-doc on Kali Linux

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

2. Uninstall "libghc-hashmap-doc" package

Here is a brief guide to show you how to uninstall libghc-hashmap-doc on Kali Linux:

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

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

Package: libghc-hashmap-doc
Source: haskell-hashmap
Version: 1.3.3-3
Installed-Size: 1083
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-35
Recommends: libghc-hashable-doc, libjs-mathjax
Size: 82440
SHA256: 9509f97b352b165cf3d528027f3bfca38905825741dcf9319a4e91666fe293ac
SHA1: 2dc27048e9df0d76aa7bdd252f1b6e3a98175187
MD5sum: ee7e5ce704a7e967414a3625b0bd996f
Description: persistent containers Map and Set based on hashing; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: f1eaf638701359a0c08c12a8bcef6b12
Homepage: http://git.auryn.cz/haskell/hashmap/
Section: doc
Priority: optional
Filename: pool/main/h/haskell-hashmap/libghc-hashmap-doc_1.3.3-3_all.deb