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

Last updated: May 09,2024

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

Here is a brief guide to show you how to install libghc-broadcast-chan-prof on Ubuntu 20.10 (Groovy Gorilla)

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

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

This tutorial shows how to uninstall libghc-broadcast-chan-prof on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: libghc-broadcast-chan-prof
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: 459
Provides: libghc-broadcast-chan-prof-0.2.1.1-afca5
Depends: libghc-broadcast-chan-dev (= 0.2.1.1-1), libghc-base-prof-4.13.0.0-c9705, libghc-transformers-prof-0.5.6.2-e88a5, libghc-unliftio-core-prof-0.1.2.0-ce034
Filename: pool/universe/h/haskell-broadcast-chan/libghc-broadcast-chan-prof_0.2.1.1-1_amd64.deb
Size: 57408
MD5sum: 017692c6b063970e08611fe9d905bbf2
SHA1: a3c888c46b11af545e1880fe32709b350b06cf03
SHA256: 0c6fd1d64c5a00f6aac397a5bac2dc5b73757d4304a67b060e16451c5dd7ad05
SHA512: 52f06420ff535c3c1c1460ef60d87b4e8c5f2d46afeb2277650f4c75a8a29ad686c69c40012eb5000d9f932c6c0d5b6ecf1647238ae1e7afccc7b4bf1e0e2362
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