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

Last updated: May 05,2024

1. Install "libghc-hashmap-prof" package

Learn how to install libghc-hashmap-prof on Kali Linux

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

2. Uninstall "libghc-hashmap-prof" package

This is a short guide on how to uninstall libghc-hashmap-prof on Kali Linux:

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

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

Package: libghc-hashmap-prof
Source: haskell-hashmap (1.3.3-3)
Version: 1.3.3-3+b1
Installed-Size: 985
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-hashmap-prof-1.3.3-0909f
Depends: libghc-hashmap-dev (= 1.3.3-3+b1), libghc-base-prof-4.13.0.0-2f220, libghc-containers-prof-0.6.2.1-ab1cf, libghc-deepseq-prof-1.4.4.0-9f093, libghc-hashable-prof-1.3.0.0-d5f3c
Size: 109000
SHA256: a2dcb6fc64aa13f4aade3bb3b1e7d557d5a0e705dbd2b533203fdf96af42485d
SHA1: f86112379410089f7133a98af6ae0815ba7d9a61
MD5sum: febb808111b8b7249ad3c17132043229
Description: persistent containers Map and Set based on hashing; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 5201b41dc4d5325c519de55ccfa4c4c7
Homepage: http://git.auryn.cz/haskell/hashmap/
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-hashmap/libghc-hashmap-prof_1.3.3-3+b1_amd64.deb