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

Last updated: May 13,2024

1. Install "libghc-hashmap-dev" package

Please follow the guidelines below to install libghc-hashmap-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-hashmap-dev" package

This guide covers the steps necessary to uninstall libghc-hashmap-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-hashmap-dev
Priority: extra
Section: universe/haskell
Installed-Size: 1102
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-hashmap
Version: 1.3.0.1-7build1
Provides: libghc-hashmap-dev-1.3.0.1-4d595
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-deepseq-dev-1.4.1.1-614b6, libghc-hashable-dev-1.2.3.3-ce7af, libc6 (>= 2.2.5)
Suggests: libghc-hashmap-doc, libghc-hashmap-prof
Filename: pool/universe/h/haskell-hashmap/libghc-hashmap-dev_1.3.0.1-7build1_amd64.deb
Size: 109338
MD5sum: 1da70eaba3fa2b25ee8b6cfdc1a93bca
SHA1: 691482c3f292dc7d4a03ec5ede73fc57ba8a0cf3
SHA256: 53b33ac531e55a9997125b2ba23283ac38a808a69e9b4b71d19f49af4709cb46
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
Homepage: http://git.auryn.cz/haskell/hashmap/
Ghc-Package: hashmap-1.3.0.1-4d595b656978f7c69caf5a8cfebe701e
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu