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

Last updated: May 17,2024

1. Install "libghc-monad-par-prof" package

Please follow the instructions below to install libghc-monad-par-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-monad-par-prof

2. Uninstall "libghc-monad-par-prof" package

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

$ sudo apt remove libghc-monad-par-prof $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-monad-par-prof
Priority: extra
Section: universe/haskell
Installed-Size: 685
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-monad-par
Version: 0.3.4.7-7build1
Provides: libghc-monad-par-prof-0.3.4.7-b946a
Depends: libghc-monad-par-dev (= 0.3.4.7-7build1), libghc-abstract-deque-prof-0.3-51ba5, libghc-abstract-par-prof-0.3.3-5ecce, libghc-array-prof-0.5.1.0-960bf, 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-monad-par-extras-prof-0.3.3-ba92a, libghc-mtl-prof-2.2.1-3af90, libghc-mwc-random-prof-0.13.3.2-168a8, libghc-parallel-prof-3.2.1.0-13fa5
Filename: pool/universe/h/haskell-monad-par/libghc-monad-par-prof_0.3.4.7-7build1_amd64.deb
Size: 78662
MD5sum: 29287c4d47ab5043894c473395f6dfba
SHA1: 3373a33aa957a750e35387fc5678d4bd0ae27581
SHA256: 0f7fbd88ad7fc5469a3d17539cc57ccd06f7da6c9c58773087385ea1026bc913
Description-en: parallel programming based on a monad; profiling libraries
This library offers an alternative parallel programming API to that
provided by the parallel package. The Par monad allows the simple
description of parallel computations, and can be used to add
parallelism to pure Haskell code. The basic API is straightforward:
the monad supports forking and simple communication in terms of IVars.
.
The library comes with an efficient work-stealing implementation, but
the internals are also exposed so that you can build your own scheduler
if necessary.
.
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: b3c5d8d7053c8b2ef47d249273fffd17
Homepage: https://github.com/simonmar/monad-par
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu