How to Install and Uninstall libghc-managed-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "libghc-managed-dev" package

This tutorial shows how to install libghc-managed-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libghc-managed-dev

2. Uninstall "libghc-managed-dev" package

Please follow the guidelines below to uninstall libghc-managed-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libghc-managed-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-managed-dev package on Ubuntu 21.10 (Impish Indri)

Package: libghc-managed-dev
Architecture: amd64
Version: 1.0.7-2build1
Priority: optional
Section: universe/haskell
Source: haskell-managed
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 346
Provides: libghc-managed-dev-1.0.7-fb931
Depends: libghc-base-dev-4.13.0.0-2f220, libghc-transformers-dev-0.5.6.2-59c2c, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-managed-doc, libghc-managed-prof
Filename: pool/universe/h/haskell-managed/libghc-managed-dev_1.0.7-2build1_amd64.deb
Size: 32736
MD5sum: 7abeb609a5a81b3a47c85cb9bde3b456
SHA1: 318ff1d62515b00f4c6c22445ce18af4cd6672d6
SHA256: f0098f311282fd1273c92611a20b78b070d86bbb34e6e215490fd9765ee85ce9
SHA512: 335299578ea77efdc8d13dec1bd5dbd78ab4eb1f9c07758300106b59e157e3d2c218b7dfcf8f32746d86f5a327ffb9645181721c24f38a85d65ed3bc6faf24ce
Description-en: monad for managed values
In Haskell you very often acquire values using the with...
idiom using functions of type (a -> IO r) -> IO r. This idiom forms a
Monad, which is a special case of the ContT monad (from transformers) or
the Codensity monad (from kan-extensions). The main purpose behind this
package is to provide a restricted form of these monads specialized to this
unusually common case.
.
The reason this package defines a specialized version of these types
is to:
.
* be more beginner-friendly,
* simplify inferred types and error messages, and:
* provide some additional type class instances that would otherwise
be orphan instances
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 783b52dadb9ebbaf46a31a6a8d707d00
Ghc-Package: managed-1.0.7-2wFCwv0rolgGQlt0c4eY4p