How to Install and Uninstall libghc-concurrent-extra-doc Package on Kali Linux

Last updated: July 05,2024

1. Install "libghc-concurrent-extra-doc" package

Please follow the steps below to install libghc-concurrent-extra-doc on Kali Linux

$ sudo apt update $ sudo apt install libghc-concurrent-extra-doc

2. Uninstall "libghc-concurrent-extra-doc" package

Please follow the guidelines below to uninstall libghc-concurrent-extra-doc on Kali Linux:

$ sudo apt remove libghc-concurrent-extra-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-concurrent-extra-doc package on Kali Linux

Package: libghc-concurrent-extra-doc
Source: haskell-concurrent-extra
Version: 0.7.0.12-3
Installed-Size: 848
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-concurrent-extra-dev, libghc-unbounded-delays-doc, libjs-mathjax
Suggests: libghc-concurrent-extra-prof
Size: 75024
SHA256: ef4e2aaeaf2c17114905a3046f701165777ce007408236c0363d592714dea7b8
SHA1: 72782e66c8dfdf4b707cb1ffcd8131f44a27b08c
MD5sum: 87347bc100e1d3396c23f05785303f92
Description: Extra concurrency primitives; documentation
The @concurrent-extra@ package offers among other things the
following selection of synchronisation primitives:
.
* @Broadcast@: Wake multiple threads by broadcasting a value.
.
* @Event@: Wake multiple threads by signalling an event.
.
* @Lock@: Enforce exclusive access to a resource. Also known as a
binary semaphore or mutex. The package additionally provides an
alternative that works in the @STM@ monad.
.
* @RLock@: A lock which can be acquired multiple times by the same
thread. Also known as a reentrant mutex.
.
* @ReadWriteLock@: Multiple-reader, single-writer locks. Used to
protect shared resources which may be concurrently read, but only
sequentially written.
.
* @ReadWriteVar@: Concurrent read, sequential write variables.
.
Please consult the API documentation of the individual modules for
more detailed information.
.
This package was inspired by the concurrency libraries of Java and
Python.
.
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:
Homepage: https://github.com/basvandijk/concurrent-extra
Section: doc
Priority: optional
Filename: pool/main/h/haskell-concurrent-extra/libghc-concurrent-extra-doc_0.7.0.12-3_all.deb