How to Install and Uninstall libghc-hashmap-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "libghc-hashmap-doc" package

This guide covers the steps necessary to install libghc-hashmap-doc on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libghc-hashmap-doc" package

This guide covers the steps necessary to uninstall libghc-hashmap-doc on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libghc-hashmap-doc package on Ubuntu 21.10 (Impish Indri)

Package: libghc-hashmap-doc
Architecture: all
Version: 1.3.3-3build2
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: 1075
Depends: haddock-interface-35
Recommends: libghc-hashable-doc, libjs-mathjax
Filename: pool/universe/h/haskell-hashmap/libghc-hashmap-doc_1.3.3-3build2_all.deb
Size: 70020
MD5sum: 5079f6b83c9d401e899a27154a05671a
SHA1: a56e7236e2b487ff412a9fde106542cbfbfbd136
SHA256: 6530b847082b27910648b045605226ac69c0cd9ce3e683082f67a01ff113e1a7
SHA512: d2b167c2c9f980991a11020b9a788e066d34c1a4d3d79f7d7a0c23523bba55e7cf9f1a295b5329c8a2fe0acad01833cb64705c0bb4ce21317314e5a7215bb7e3
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