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

Last updated: May 20,2024

1. Install "libghc-managed-prof" package

Here is a brief guide to show you how to install libghc-managed-prof on Kali Linux

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

2. Uninstall "libghc-managed-prof" package

Here is a brief guide to show you how to uninstall libghc-managed-prof on Kali Linux:

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

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

Package: libghc-managed-prof
Source: haskell-managed (1.0.10-1)
Version: 1.0.10-1+b1
Installed-Size: 352
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-managed-prof-1.0.10-79618
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-managed-dev (= 1.0.10-1+b1), libghc-transformers-prof-0.5.6.2-931c3
Size: 39268
SHA256: 1d856b69fbb98a74d38927e1ea1b80211a776badcd326f0fa0d1cd6aa833994f
SHA1: 3c04b87888340f8571737bb3c7b2cd8bc28b1e56
MD5sum: 022ac1deb78a860b80a566aada9748e1
Description: monad for managed values; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-managed/libghc-managed-prof_1.0.10-1+b1_amd64.deb