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

Last updated: May 11,2024

1. Install "libghc-hashmap-dev" package

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

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

2. Uninstall "libghc-hashmap-dev" package

In this section, we are going to explain the necessary steps to uninstall libghc-hashmap-dev on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: libghc-hashmap-dev
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: 1145
Provides: libghc-hashmap-dev-1.3.3-fd155
Depends: libghc-base-dev-4.13.0.0-c9705, libghc-containers-dev-0.6.2.1-b8f3d, libghc-deepseq-dev-1.4.4.0-b386b, libghc-hashable-dev-1.3.0.0-56a7e, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-hashmap-doc, libghc-hashmap-prof
Filename: pool/universe/h/haskell-hashmap/libghc-hashmap-dev_1.3.3-3build1_amd64.deb
Size: 116852
MD5sum: 66850ad6a3f66857219108c765b9cb6b
SHA1: 160f77b5d973fd254d224c60093077bc5bee5880
SHA256: fac2096306deb12fbdda7da994b8cddd44dfb0b84043230209c850b4fe56c085
SHA512: c6ed3bdfd12eb09414ddd1711b2b7b7dcd30a759759c46660dea94cf756a476f3f68908c0383f111aa54c51ddabfa9107598ec4263ac85187c18ce8dd8e1aa5d
Homepage: http://git.auryn.cz/haskell/hashmap/
Description-en: 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
Ghc-Package: hashmap-1.3.3-EP4x764ULjP8j6njRNOtav