How to Install and Uninstall libghc-hashmap-prof Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 12,2024

1. Install "libghc-hashmap-prof" package

Please follow the guidance below to install libghc-hashmap-prof on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libghc-hashmap-prof" package

Learn how to uninstall libghc-hashmap-prof on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libghc-hashmap-prof package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-hashmap-prof
Architecture: amd64
Version: 1.3.3-3build2
Priority: extra
Section: universe/haskell
Source: haskell-hashmap
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 985
Provides: libghc-hashmap-prof-1.3.3-0909f
Depends: libghc-hashmap-dev (= 1.3.3-3build2), 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
Filename: pool/universe/h/haskell-hashmap/libghc-hashmap-prof_1.3.3-3build2_amd64.deb
Size: 103432
MD5sum: 3b4fb4e6ef41cf54cbc486c76fb03516
SHA1: e1212fe107e8c70663e6829d90bec36bf5dd80d7
SHA256: c752726c0bfeeebe40785e9c090a4b2d93b3fbdb1ffa42b1b2fb66cce6dec1b6
SHA512: 4262c2fadfe4ba6386233c2a755f4967934f3d42d37484f7e75d6b753bd13642e7207e29e7ad411741baa8d3bafbb9325cd826b2c96030cc61e187de6b2d424a
Homepage: http://git.auryn.cz/haskell/hashmap/
Description-en: 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