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

Last updated: May 18,2024

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

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

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

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

Here is a brief guide to show you how to uninstall libghc-monad-par-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-monad-par-doc
Priority: extra
Section: universe/doc
Installed-Size: 563
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-monad-par
Version: 0.3.4.7-7build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-abstract-deque-doc, libghc-abstract-par-doc, libghc-monad-par-extras-doc, libghc-mtl-doc, libghc-mwc-random-doc
Filename: pool/universe/h/haskell-monad-par/libghc-monad-par-doc_0.3.4.7-7build1_all.deb
Size: 55432
MD5sum: 1962159c8b91996306a4a02426d6aaff
SHA1: c9bb830cb46d0944126662e3e258a4a742e06018
SHA256: 948b81b833408f0e19e0569db05bdca76e9500a5242a4d03844b6ca0da2c99f1
Description-en: parallel programming based on a monad; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 7c2890cbf26d69738ec9b3a51837d2a1
Homepage: https://github.com/simonmar/monad-par
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu