How to Install and Uninstall libghc-broadcast-chan-dev Package on Kali Linux

Last updated: April 29,2024

1. Install "libghc-broadcast-chan-dev" package

Learn how to install libghc-broadcast-chan-dev on Kali Linux

$ sudo apt update $ sudo apt install libghc-broadcast-chan-dev

2. Uninstall "libghc-broadcast-chan-dev" package

This tutorial shows how to uninstall libghc-broadcast-chan-dev on Kali Linux:

$ sudo apt remove libghc-broadcast-chan-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-broadcast-chan-dev package on Kali Linux

Package: libghc-broadcast-chan-dev
Source: haskell-broadcast-chan (0.2.1.2-2)
Version: 0.2.1.2-2+b1
Installed-Size: 501
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-broadcast-chan-dev-0.2.1.2-c8a5d
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-transformers-dev-0.5.6.2-931c3, libghc-unliftio-core-dev-0.2.1.0-8678b, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 69264
SHA256: 703979e714e9b73a526c61700647fb9be4097044c6cb55cd8603668027b27cd2
SHA1: ad036217b7f27ba9b89b8c26ffb6d2e0ab3465e5
MD5sum: 2fdf0b4164846b5f3e3bb7796495728b
Description: closable, fair, leak-avoidant, single-wakeup channel
A closable, fair, single-wakeup channel that avoids the 0 reader space leak
that Control.Concurrent.Chan from base suffers from.
.
The Chan type from Control.Concurrent.Chan consists of both a read
and write end combined into a single value. This means there is always at
least 1 read end for a Chan, which keeps any values written to it alive.
This is a problem for applications/libraries that want to have a channel
that can have zero listeners.
.
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/merijn/broadcast-chan
Ghc-Package: broadcast-chan-0.2.1.2-I8kvlEwYDJx1tuvgEv7uxG
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-broadcast-chan/libghc-broadcast-chan-dev_0.2.1.2-2+b1_amd64.deb