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

Last updated: May 12,2024

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

Please follow the instructions below to install libghc-stm-chans-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

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

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

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

Package: libghc-stm-chans-dev
Priority: extra
Section: universe/haskell
Installed-Size: 514
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-stm-chans
Version: 3.0.0.4-3build1
Provides: libghc-stm-chans-dev-3.0.0.4-3b350
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-stm-dev-2.4.4.1-7050c, libc6 (>= 2.2.5)
Suggests: libghc-stm-chans-doc, libghc-stm-chans-prof
Filename: pool/universe/h/haskell-stm-chans/libghc-stm-chans-dev_3.0.0.4-3build1_amd64.deb
Size: 43876
MD5sum: a1242986e0a0e0ada778a923db21daa6
SHA1: 92afd6b2ba19f9f1382f9fb6a04eec2f7b4b7d07
SHA256: beaef03346024809e7433229ccf270b5ebdb6a236a23c7167d1ec6d3df71a4c5
Description-en: additional types of channels for STM
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.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: eeb6be29b8a8efeb6c0e70058e716230
Homepage: http://code.haskell.org/~wren/
Ghc-Package: stm-chans-3.0.0.4-3b3503a788771ea24a377bff85b030e3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu