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

Last updated: May 12,2024

1. Install "libghc-hashmap-doc" package

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

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

2. Uninstall "libghc-hashmap-doc" package

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

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

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

Package: libghc-hashmap-doc
Architecture: all
Version: 1.3.3-3build1
Priority: extra
Section: universe/doc
Source: haskell-hashmap
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1076
Depends: haddock-interface-35
Recommends: libghc-hashable-doc, libjs-mathjax
Filename: pool/universe/h/haskell-hashmap/libghc-hashmap-doc_1.3.3-3build1_all.deb
Size: 70036
MD5sum: 8d2a9dd5532a8c4105c31205dae44d57
SHA1: 35d1b23f3c132444286fead5168ccd6348dc3534
SHA256: 3d7fa891a0f103e86b265011713eb859cdf14d14658343c8a764c492e92cd74e
SHA512: a2644f4489a4745d5201674ebb37dde7c568e1d6df84b2b5c47545b13b7957bafcb1c85ea5f4165ebc48b94c05ff1e4f56eed9e7cf8b250e790bc7907b6cb2a5
Homepage: http://git.auryn.cz/haskell/hashmap/
Description-en: 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