How to Install and Uninstall libghc-broadcast-chan-prof Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 09,2024

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

This guide let you learn how to install libghc-broadcast-chan-prof on Ubuntu 21.04 (Hirsute Hippo)

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

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

Please follow the guidance below to uninstall libghc-broadcast-chan-prof on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libghc-broadcast-chan-prof package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-broadcast-chan-prof
Architecture: amd64
Version: 0.2.1.1-1build1
Priority: optional
Section: universe/haskell
Source: haskell-broadcast-chan
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 459
Provides: libghc-broadcast-chan-prof-0.2.1.1-7a8f3
Depends: libghc-broadcast-chan-dev (= 0.2.1.1-1build1), libghc-base-prof-4.13.0.0-2f220, libghc-transformers-prof-0.5.6.2-59c2c, libghc-unliftio-core-prof-0.1.2.0-9e9d6
Filename: pool/universe/h/haskell-broadcast-chan/libghc-broadcast-chan-prof_0.2.1.1-1build1_amd64.deb
Size: 57400
MD5sum: 7bb363eb1e9c2b4cff8df2121a9a5a5f
SHA1: 9d2fc579bf4e6ede2a56c702a15f09bea23a774e
SHA256: 04e120e22fdfb1741a4adf3061473c215bc3705aa325f028d51171a6b3fc442a
SHA512: ab2dbfcba1daeead43c423a388ed9ac4a31c5c8f8af90d21caaa3f17029f80afcf5d51e22a0ef9c4f490a7fef7c8fe38242534b0fa9ca34ba4905abea00501f5
Homepage: https://github.com/merijn/broadcast-chan
Description-en: 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: 4fb4e850f64be6b54119a83d5aa13249