How to Install and Uninstall libghc-stm-chans-prof Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libghc-stm-chans-prof" package

This guide let you learn how to install libghc-stm-chans-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-stm-chans-prof

2. Uninstall "libghc-stm-chans-prof" package

This guide covers the steps necessary to uninstall libghc-stm-chans-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-stm-chans-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-stm-chans-prof package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-stm-chans-prof
Priority: extra
Section: universe/haskell
Installed-Size: 362
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-stm-chans
Version: 3.0.0.4-3build1
Provides: libghc-stm-chans-prof-3.0.0.4-3b350
Depends: libghc-stm-chans-dev (= 3.0.0.4-3build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-stm-prof-2.4.4.1-7050c
Filename: pool/universe/h/haskell-stm-chans/libghc-stm-chans-prof_3.0.0.4-3build1_amd64.deb
Size: 33782
MD5sum: db461c169e97cb453f714c54b3156d69
SHA1: aa48701238cf6c32e7573b00a4c1b6223d25d503
SHA256: 830385f6fe9f3256cb96a1098ce8c634c72921756195af97371a11871c732f56
Description-en: additional types of channels for STM; profiling libraries
Additional types of STM channels:
* TBChan: a version of TChan where the queue is bounded in length
* TBMChan: a version of TChan where the queue is bounded in length
and closeable.
* TBMQueue: a version of TQueue where the queue is bounded in length
and closeable.
* TMChan: a version of TChan where the queue is closeable. This is
similar to a TChan (Maybe a) with a monotonicity guarantee that
once there's a Nothing there will always be Nothing.
* TMQueue: a version of TQueue where the queue is closeable. This is
similar to a TQueue (Maybe a) with a monotonicity guarantee that
once there's a Nothing there will always be Nothing.
.
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: 1e4e15a10a3d4f038a19a9932bf7a6fe
Homepage: http://code.haskell.org/~wren/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu