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

Last updated: October 05,2024

1. Install "libghc-chimera-dev" package

Please follow the instructions below to install libghc-chimera-dev on Kali Linux

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

2. Uninstall "libghc-chimera-dev" package

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

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

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

Package: libghc-chimera-dev
Source: haskell-chimera (0.3.3.0-1)
Version: 0.3.3.0-1+b1
Installed-Size: 905
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-chimera-dev-0.3.3.0-f8746
Depends: libghc-adjunctions-dev-4.4.2-b48e0, libghc-base-dev-4.17.2.0-68dfe, libghc-distributive-dev-0.6.2.1-8a24d, libghc-mtl-dev-2.2.2-6f39a, libghc-primitive-dev-0.8.0.0-a075c, libghc-transformers-dev-0.5.6.2-931c3, libghc-vector-dev-0.13.1.0-1ffee, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 115364
SHA256: 03f9ddbcee3298797a79e6e83781b44bfa11a51c48c4618c4704b5fcd44be9e1
SHA1: d96bbe7e5afbd88781bb3f3ecf933e2d6aad7f6b
MD5sum: 184d529fca8ac254ee0af212f4bb5c1a
Description: lazy infinite compact streams with cache-friendly O(1) indexing
There are plenty of memoizing libraries on Hackage, but they
usually fall into two categories:
.
* Store cache as a flat array, enabling us
to obtain cached values in O(1) time, which is nice.
The drawback is that one must specify the size
of the array beforehand,
limiting an interval of inputs,
and actually allocate it at once.
* Store cache as a lazy binary tree.
Thanks to laziness, one can freely use the full range of inputs.
The drawback is that obtaining values from a tree
takes logarithmic time and is unfriendly to CPU cache,
which kinda defeats the purpose.
.
This package intends to tackle both issues,
providing a data type 'Chimera' for
lazy infinite compact streams with cache-friendly O(1) indexing.
.
Additional features include:
.
* memoization of recursive functions and recurrent sequences,
* memoization of functions of several, possibly signed arguments,
* efficient memoization of boolean predicates.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/Bodigrim/chimera#readme
Ghc-Package: chimera-0.3.3.0-GkcfZEv7nGeDiZNXzdmbnd
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-chimera/libghc-chimera-dev_0.3.3.0-1+b1_amd64.deb

5. The same packages on other Linux Distributions