How to Install and Uninstall libghc-managed-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 20,2024

1. Install "libghc-managed-dev" package

In this section, we are going to explain the necessary steps to install libghc-managed-dev on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libghc-managed-dev" package

In this section, we are going to explain the necessary steps to uninstall libghc-managed-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-managed-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-managed-dev
Architecture: amd64
Version: 1.0.7-2
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-9e784
Depends: libghc-base-dev-4.13.0.0-c9705, libghc-transformers-dev-0.5.6.2-e88a5, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-managed-doc, libghc-managed-prof
Filename: pool/universe/h/haskell-managed/libghc-managed-dev_1.0.7-2_amd64.deb
Size: 32620
MD5sum: ed9ff1d62a6b724afd6cedc108f933f8
SHA1: 0a710fa348577998127aff763fd005a5d5ffec84
SHA256: 35336775f5d430dfd9dac27156489a8fd82f777336500409bb06ee805e1a09cf
SHA512: ae494fd0694c8712c533cd7d553f66a612667b0fd8d95b03cda9a1aeffe561f0888699f7aa19eec84b136dd618b9df06edf60498d88a64b73b2f533487ff3ee5
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