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

Last updated: May 20,2024

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

This guide covers the steps necessary to install libghc-concurrent-extra-prof on Kali Linux

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

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

This is a short guide on how to uninstall libghc-concurrent-extra-prof on Kali Linux:

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

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

Package: libghc-concurrent-extra-prof
Source: haskell-concurrent-extra (0.7.0.12-3)
Version: 0.7.0.12-3+b1
Installed-Size: 587
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-concurrent-extra-prof-0.7.0.12-b8693
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-concurrent-extra-dev (= 0.7.0.12-3+b1), libghc-stm-prof-2.5.1.0-c4a56, libghc-unbounded-delays-prof-0.1.1.1-abfa1
Size: 67412
SHA256: 332a0276f9ff2d1b2ac8419a5b378682c4aa5cb290283c1b4a2da4e42f1f3ef2
SHA1: 7d47ed11a6e3938389b93bf506da588b21ba8c87
MD5sum: 1990c6eaca55cca7033454ac78f007bd
Description: Extra concurrency primitives; profiling libraries
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 a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/basvandijk/concurrent-extra
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-concurrent-extra/libghc-concurrent-extra-prof_0.7.0.12-3+b1_amd64.deb