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

Last updated: May 03,2024

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

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

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

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

This is a short guide on how to uninstall libghc-broadcast-chan-prof on Kali Linux:

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

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

Package: libghc-broadcast-chan-prof
Source: haskell-broadcast-chan (0.2.1.2-2)
Version: 0.2.1.2-2+b1
Installed-Size: 464
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-broadcast-chan-prof-0.2.1.2-c8a5d
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-broadcast-chan-dev (= 0.2.1.2-2+b1), libghc-transformers-prof-0.5.6.2-931c3, libghc-unliftio-core-prof-0.2.1.0-8678b
Size: 63608
SHA256: b4aa27f556ecb103677b5211abe77f75e382c7041607168d5eea7aee2ca805c4
SHA1: 149cb83dafd07a139eec76d50e6f8c37d1d14657
MD5sum: a37ba2d0bb6a73062948d35e96132a37
Description: closable, fair, leak-avoidant, single-wakeup channel; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/merijn/broadcast-chan
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-broadcast-chan/libghc-broadcast-chan-prof_0.2.1.2-2+b1_amd64.deb