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

Last updated: May 09,2024

1. Install "libghc-hashmap-prof" package

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

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

2. Uninstall "libghc-hashmap-prof" package

Please follow the guidelines below to uninstall libghc-hashmap-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-hashmap-prof
Priority: extra
Section: universe/haskell
Installed-Size: 900
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-hashmap
Version: 1.3.0.1-7build1
Provides: libghc-hashmap-prof-1.3.0.1-4d595
Depends: libghc-hashmap-dev (= 1.3.0.1-7build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-containers-prof-0.5.6.2-59326, libghc-deepseq-prof-1.4.1.1-614b6, libghc-hashable-prof-1.2.3.3-ce7af
Filename: pool/universe/h/haskell-hashmap/libghc-hashmap-prof_1.3.0.1-7build1_amd64.deb
Size: 94412
MD5sum: 8d5e0f12e658d41c33388e52a09b56a1
SHA1: 1544057f3fb6e050dcd3f968ca1531bd92db499e
SHA256: c8f66dc1a2cd4ac003e8d7f2256f6d502f4a5a3a6a62414d28160fe7949cbf2f
Description-en: persistent containers Map and Set based on hashing; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 5201b41dc4d5325c519de55ccfa4c4c7
Homepage: http://git.auryn.cz/haskell/hashmap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu