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

Last updated: May 20,2024

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

Please follow the guidance below to install libghc-concurrent-extra-dev on Kali Linux

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

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

This guide let you learn how to uninstall libghc-concurrent-extra-dev on Kali Linux:

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

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

Package: libghc-concurrent-extra-dev
Source: haskell-concurrent-extra (0.7.0.12-3)
Version: 0.7.0.12-3+b1
Installed-Size: 696
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-concurrent-extra-dev-0.7.0.12-b8693
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-stm-dev-2.5.1.0-c4a56, libghc-unbounded-delays-dev-0.1.1.1-abfa1, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 76348
SHA256: ac4e78fbae61f5cc84fb764aeffa3cd839a653599b12c2923a5aaa0f1eef34af
SHA1: 566e0154678891983128891a0f25b0994f9fca54
MD5sum: 1f11e756853e97c3bb82837e38f6a92c
Description: Extra concurrency primitives
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.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/basvandijk/concurrent-extra
Ghc-Package: concurrent-extra-0.7.0.12-9aAWytLfg1BVKo9lypIY9
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-concurrent-extra/libghc-concurrent-extra-dev_0.7.0.12-3+b1_amd64.deb