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

Last updated: March 15,2025

1. Install "libghc-stmonadtrans-prof" package

This guide covers the steps necessary to install libghc-stmonadtrans-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-stmonadtrans-prof" package

This tutorial shows how to uninstall libghc-stmonadtrans-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-stmonadtrans-prof
Priority: extra
Section: universe/haskell
Installed-Size: 232
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-stmonadtrans
Version: 0.3.3-2
Provides: libghc-stmonadtrans-prof-0.3.3-5c3e0
Depends: libghc-stmonadtrans-dev (= 0.3.3-2), libghc-array-prof-0.5.1.0-960bf, libghc-base-prof-4.8.2.0-0d6d1, libghc-mtl-prof-2.2.1-3af90
Filename: pool/universe/h/haskell-stmonadtrans/libghc-stmonadtrans-prof_0.3.3-2_amd64.deb
Size: 28170
MD5sum: c1e71b94ca726bb1d49edef4d88b01e8
SHA1: c191e4f447fcd943d086d902bf8352de304e81d1
SHA256: e5f6b13fb891a56d07904aa12907f7384c6ebb01cf4d5e07f3c360e2ace0b8dc
Description-en: monad transformer version of the ST monad; profiling libraries
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 a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: dd49439cf1623ee0f8345c7d55f12b97
Homepage: http://hackage.haskell.org/package/STMonadTrans
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu