How to Install and Uninstall libghc-stmonadtrans-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libghc-stmonadtrans-doc" package

Learn how to install libghc-stmonadtrans-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-stmonadtrans-doc

2. Uninstall "libghc-stmonadtrans-doc" package

Please follow the instructions below to uninstall libghc-stmonadtrans-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-stmonadtrans-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-stmonadtrans-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-stmonadtrans-doc
Priority: extra
Section: universe/doc
Installed-Size: 182
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-stmonadtrans
Version: 0.3.3-2
Depends: haddock-interface-27
Recommends: ghc-doc
Filename: pool/universe/h/haskell-stmonadtrans/libghc-stmonadtrans-doc_0.3.3-2_all.deb
Size: 23290
MD5sum: 281677096b0a36ae35c8b2c675909408
SHA1: 2b40036e11929520b1ca36683d9d719a896e1ed6
SHA256: d6f2c1ff635c5852af322a660261b34e6d210bccbfc0815c8cbbe25c3794296b
Description-en: monad transformer version of the ST monad; documentation
This package provides a monad transformer version of the ST monad.
.
Warning! This monad transformer should not be used with monads that can
contain multiple answers, like the list monad. The reason is that the will be
duplicated across the different answers and this cause Bad Things to happen
(such as loss of referential transparency). Safe monads include the monads
State, Reader, Writer, Maybe and combinations of their corresponding monad
transformers.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 7bda010d6255fadd25a9b3481860b937
Homepage: http://hackage.haskell.org/package/STMonadTrans
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu