How to Install and Uninstall libghc-hashmap-prof Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 16,2024

1. Install "libghc-hashmap-prof" package

Please follow the guidance below to install libghc-hashmap-prof on Ubuntu 20.10 (Groovy Gorilla)

$ 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 Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-hashmap-prof package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-hashmap-prof
Architecture: amd64
Version: 1.3.3-3build1
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: 983
Provides: libghc-hashmap-prof-1.3.3-fd155
Depends: libghc-hashmap-dev (= 1.3.3-3build1), libghc-base-prof-4.13.0.0-c9705, libghc-containers-prof-0.6.2.1-b8f3d, libghc-deepseq-prof-1.4.4.0-b386b, libghc-hashable-prof-1.3.0.0-56a7e
Filename: pool/universe/h/haskell-hashmap/libghc-hashmap-prof_1.3.3-3build1_amd64.deb
Size: 103376
MD5sum: 3efce390da5b2dc657bcd4067366a6f7
SHA1: 8c501efa1838eb6042be55583285a208de015f4b
SHA256: abd63d776c3819a611833712e8fb175781fcdf81839a04a1e3f0fd7b958a5b49
SHA512: fa61be1931837d58039ec28106bde6b0692f3ecb4d02f501eecf645136757d9e16b86784c9a021cf01cacbb18411d9c6e584b9c6943d1e688ac49f006f968763
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