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

Last updated: September 20,2024

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

In this section, we are going to explain the necessary steps to install libghc-mutable-containers-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This is a short guide on how to uninstall libghc-mutable-containers-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-mutable-containers-prof
Priority: extra
Section: universe/haskell
Installed-Size: 634
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-mutable-containers
Version: 0.3.2-1build1
Provides: libghc-mutable-containers-prof-0.3.2-07829
Depends: libghc-mutable-containers-dev (= 0.3.2-1build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-containers-prof-0.5.6.2-59326, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-mono-traversable-prof-0.10.0.1-4a03c, libghc-primitive-prof-0.6.1.0-b2a7b, libghc-vector-prof-0.11.0.0-c6a21
Filename: pool/universe/h/haskell-mutable-containers/libghc-mutable-containers-prof_0.3.2-1build1_amd64.deb
Size: 59216
MD5sum: c8a3d2a7413122c27750a9b0f16429ac
SHA1: 9bb75116826af3b83424d26eb3eb52ba77ef9d22
SHA256: c4011ce37ab220ce568ddb07239d85ed2b43d5c183f8b1147fb23d99bffce5e5
Description-en: Abstactions and concrete implementations of mutable containers; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 262b03cddf35786b3646326e788e8b15
Homepage: https://github.com/fpco/mutable-containers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu