How to Install and Uninstall libghc-broadcast-chan-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 29,2024

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

This guide covers the steps necessary to install libghc-broadcast-chan-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the step by step instructions below to uninstall libghc-broadcast-chan-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-broadcast-chan-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-broadcast-chan-dev
Architecture: amd64
Version: 0.2.1.1-1
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-afca5
Depends: libghc-base-dev-4.13.0.0-c9705, libghc-transformers-dev-0.5.6.2-e88a5, libghc-unliftio-core-dev-0.1.2.0-ce034, 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-1_amd64.deb
Size: 64516
MD5sum: 9c9e042dfdade723bcdc6288fdfe99e9
SHA1: 3740d4b49a02f2a567fff45f63646018bbe58553
SHA256: 9f9932dc92b59ae77e0046c93b44287e6c62d1be0b5685b416e030e6fcb2ca51
SHA512: 5a05d138d01ef61e9ee6e47caeda92174d4cbb01570370d429af070ef0ebefbef0e48b2b838fc67513beacd6d16d88e07063aeb7aec63c913865a2681c0ec72c
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