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

Last updated: May 14,2024

1. Install "libghc-hashtables-dev" package

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

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

2. Uninstall "libghc-hashtables-dev" package

This is a short guide on how to uninstall libghc-hashtables-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-hashtables-dev
Priority: extra
Section: universe/haskell
Installed-Size: 1665
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-hashtables
Version: 1.2.1.0-1build1
Provides: libghc-hashtables-dev-1.2.1.0-cde8e
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-ghc-prim-dev-0.4.0.0-6cdc8, libghc-hashable-dev-1.2.3.3-ce7af, libghc-primitive-dev-0.6.1.0-b2a7b, libghc-vector-dev-0.11.0.0-c6a21, libc6 (>= 2.2.5)
Suggests: libghc-hashtables-doc, libghc-hashtables-prof
Filename: pool/universe/h/haskell-hashtables/libghc-hashtables-dev_1.2.1.0-1build1_amd64.deb
Size: 180516
MD5sum: fe72cab56f638594ab01d0357cc803f3
SHA1: 171180dbe1f8899f4eb672234083db46ba9a91ea
SHA256: 3e889702f05fa2cc94dedcf2d4dbb0c280e5d0bbe01f82aecfa93535ca2a08ed
Description-en: mutable hash tables
This package provides a couple of different implementations of mutable hash
tables in the ST monad, as well as a typeclass abstracting their common
operations, and a set of wrappers to use the hash tables in the IO monad.
.
There are three hash table implementations:
.
* Data.HashTable.ST.Basic contains a basic open-addressing hash table using
linear probing as the collision strategy. This should currently be the
fastest available hash table implementation for lookups, although it has a
higher memory overhead than others.
* Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing".
Cuckoo hashing has worst-case O(1) lookups and performs well even when the
table is highly loaded.
* Data.HashTable.ST.Linear contains a linear hash table, which trades some
insert and lookup performance for higher space efficiency and much shorter
delays when expanding the table.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: a5d6688db307c1e59505d5b01e51e370
Homepage: http://github.com/gregorycollins/hashtables
Ghc-Package: hashtables-1.2.1.0-cde8e9f635079f42da8917278a45cb0f
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu