How to Install and Uninstall libghc-managed-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "libghc-managed-dev" package

Please follow the step by step instructions below to install libghc-managed-dev on Kali Linux

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

2. Uninstall "libghc-managed-dev" package

This is a short guide on how to uninstall libghc-managed-dev on Kali Linux:

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

3. Information about the libghc-managed-dev package on Kali Linux

Package: libghc-managed-dev
Source: haskell-managed (1.0.10-1)
Version: 1.0.10-1+b1
Installed-Size: 328
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-managed-dev-1.0.10-79618
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-transformers-dev-0.5.6.2-931c3, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 38128
SHA256: ea70199d9a5bea8575983a0401330d6310ee8564eaf63f29ac433ff6c23ac1da
SHA1: 7a9d01771d861d7dc4a0b54d24e92869a1e829be
MD5sum: c9b879979e6663385b30ce99e10c4ffb
Description: 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:
Ghc-Package: managed-1.0.10-ECTYkHA1hJm6K3RcdXHkfg
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-managed/libghc-managed-dev_1.0.10-1+b1_amd64.deb