How to Install and Uninstall libghc-hashmap-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,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 16.04 LTS (Xenial Xerus)

$ 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 16.04 LTS (Xenial Xerus):

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

3. Information about the libghc-hashmap-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-hashmap-doc
Priority: extra
Section: universe/doc
Installed-Size: 502
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-hashmap
Version: 1.3.0.1-7build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-hashable-doc
Filename: pool/universe/h/haskell-hashmap/libghc-hashmap-doc_1.3.0.1-7build1_all.deb
Size: 41298
MD5sum: 7f493170fd20e4c6a087702b8a0d5c4b
SHA1: fbf96d869c2b1264cfae978891f1bc0f872fdd6b
SHA256: b10077536907c54a6f48a73a827a5b003cd130a4d189a8d681ac3880d2d33758
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
Homepage: http://git.auryn.cz/haskell/hashmap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu