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

Last updated: May 19,2024

1. Install "libghc-mutable-containers-dev" package

Learn how to install libghc-mutable-containers-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-mutable-containers-dev

2. Uninstall "libghc-mutable-containers-dev" package

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

$ sudo apt remove libghc-mutable-containers-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-mutable-containers-dev
Priority: extra
Section: universe/haskell
Installed-Size: 778
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-mutable-containers
Version: 0.3.2-1build1
Provides: libghc-mutable-containers-dev-0.3.2-07829
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-ghc-prim-dev-0.4.0.0-6cdc8, libghc-mono-traversable-dev-0.10.0.1-4a03c, libghc-primitive-dev-0.6.1.0-b2a7b, libghc-vector-dev-0.11.0.0-c6a21, libc6 (>= 2.2.5)
Suggests: libghc-mutable-containers-doc, libghc-mutable-containers-prof
Filename: pool/universe/h/haskell-mutable-containers/libghc-mutable-containers-dev_0.3.2-1build1_amd64.deb
Size: 63882
MD5sum: bb7c7e3d80e736918a786072588e3fb6
SHA1: e3d6a70094e3ad0e42250307ba38071aad180603
SHA256: 71b04eaf694ca93f5821143829dc3059ab846ab6f6b48ea68880647437d0b67d
Description-en: Abstactions and concrete implementations of mutable containers
One of Haskell's strengths is immutable data structures. These structures make
it easier to reason about code, simplify concurrency and parallelism, and in
some cases can improve performance by allowing sharing. However, there are
still classes of problems where mutable data structures can both be more
convenient, and provide a performance boost. This library is meant to provide
such structures in a performant, well tested way. It also provides a simple
abstraction over such data structures via typeclasses.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 7592f3c5eebf2f0738b3e68c5b9e993a
Homepage: https://github.com/fpco/mutable-containers
Ghc-Package: mutable-containers-0.3.2-078297bc9b0c1b72fd3a85779653c2fd
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu