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

Last updated: May 17,2024

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

Here is a brief guide to show you how to install libghc-mutable-containers-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidance below to uninstall libghc-mutable-containers-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-mutable-containers-doc
Priority: extra
Section: universe/doc
Installed-Size: 385
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-mutable-containers
Version: 0.3.2-1build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-mono-traversable-doc, libghc-primitive-doc, libghc-vector-doc
Filename: pool/universe/h/haskell-mutable-containers/libghc-mutable-containers-doc_0.3.2-1build1_all.deb
Size: 33442
MD5sum: b3792400c125e68c6de2d126f5a502eb
SHA1: eb998438e1e1dd8135dc2489376e60c49b2580fc
SHA256: bd87cae157a3def3a7c2d7e46d67d6ff5ba8ee94d8c0a1e40efc38af2f5cedd3
Description-en: Abstactions and concrete implementations of mutable containers; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: af8000ec9a61fa94637b7b305bc9828f
Homepage: https://github.com/fpco/mutable-containers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu