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

Last updated: April 29,2024

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

Please follow the step by step instructions below to install libghc-broadcast-chan-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

This is a short guide on how to uninstall libghc-broadcast-chan-dev on Ubuntu 21.04 (Hirsute Hippo):

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

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

Package: libghc-broadcast-chan-dev
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: 544
Provides: libghc-broadcast-chan-dev-0.2.1.1-7a8f3
Depends: libghc-base-dev-4.13.0.0-2f220, libghc-transformers-dev-0.5.6.2-59c2c, libghc-unliftio-core-dev-0.1.2.0-9e9d6, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-broadcast-chan-doc, libghc-broadcast-chan-prof
Filename: pool/universe/h/haskell-broadcast-chan/libghc-broadcast-chan-dev_0.2.1.1-1build1_amd64.deb
Size: 64628
MD5sum: e854a3395fb9d63ac9888f2d018bfe3d
SHA1: 6755ec539ebc52fc6d35b06a971e4cc3daeb3ba6
SHA256: de1cdf1d3ab0329ee721ddae3e5d583e7ce9adc296f55d4dae1db564975f0d36
SHA512: f8f43d2c15f5e4c146414e83f9e22da35e024569694bfa7704322d19ba1ba45269123c85654123f4eae9b8190258f841587e394896f802bef22ad77d91a49192
Homepage: https://github.com/merijn/broadcast-chan
Description-en: 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: 6befa5dcbd2bf3fd2781fa8a2fd5514d
Ghc-Package: broadcast-chan-0.2.1.1-8073cA0yvS99CryabuoMwh