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

Last updated: May 02,2024

1. Install "libghc-store-dev" package

In this section, we are going to explain the necessary steps to install libghc-store-dev on Kali Linux

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

2. Uninstall "libghc-store-dev" package

This guide covers the steps necessary to uninstall libghc-store-dev on Kali Linux:

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

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

Package: libghc-store-dev
Source: haskell-store (0.7.18-1)
Version: 0.7.18-1+b1
Installed-Size: 9695
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-store-dev-0.7.18-ac11b
Depends: libghc-array-dev-0.5.4.0-0952c, libghc-async-dev-2.2.4-2b734, libghc-base-dev-4.17.2.0-68dfe, libghc-base-orphans-dev-0.9.1-68b56, libghc-base64-bytestring-dev-1.2.1.0-c4e4e, libghc-bifunctors-dev-5.5.15-214e0, libghc-bytestring-dev-0.11.5.2-6590e, libghc-containers-dev-0.6.7-a1650, libghc-contravariant-dev-1.5.5-6feae, libghc-cryptohash-sha1-dev-0.11.101.0-81925, libghc-deepseq-dev-1.4.8.0-ddf16, libghc-directory-dev-1.3.7.1-e5694, libghc-filepath-dev-1.4.2.2-290a6, libghc-free-dev-5.1.10-549e5, libghc-ghc-prim-dev-0.9.1-ca9fc, libghc-hashable-dev-1.4.3.0-e937e, libghc-hspec-dev-2.10.10-f3ceb, libghc-hspec-smallcheck-dev-0.5.3-bbec2, libghc-integer-gmp-dev-1.1-4ce32, libghc-lifted-base-dev-0.2.3.12-a4def, libghc-monad-control-dev-1.0.3.1-d981c, libghc-mono-traversable-dev-1.0.15.3-2145a, libghc-network-dev-3.1.4.0-b009d, libghc-primitive-dev-0.8.0.0-a075c, libghc-resourcet-dev-1.2.6-4b80e, libghc-safe-dev-0.3.19-7ec90, libghc-smallcheck-dev-1.2.1.1-2440c, libghc-store-core-dev-0.4.4.6-d456f, libghc-syb-dev-0.7.2.4-b6299, libghc-template-haskell-dev-2.19.0.0-a5ee2, libghc-text-dev-2.0.2-0847e, libghc-th-lift-dev-0.8.4-e81ed, libghc-th-lift-instances-dev-0.1.20-9c7c2, libghc-th-orphans-dev-0.13.14-56071, libghc-th-reify-many-dev-0.1.10-16e0f, libghc-th-utilities-dev-0.2.5.0-69663, libghc-time-dev-1.12.2-491a0, libghc-transformers-dev-0.5.6.2-931c3, libghc-unordered-containers-dev-0.2.19.1-230f0, libghc-vector-dev-0.13.1.0-1ffee, libghc-void-dev-0.7.3-4c86a, libc6 (>= 2.14), libgmp10 (>= 2:6.3.0+dfsg)
Size: 788284
SHA256: 3944fa77b2dd46d3dce475b1e1d01bfbb633573eadd080495b06b74de7dc136a
SHA1: fa189e62555b92dd2dbc20357fe9ac8a6f59fa2e
MD5sum: ac38b6ff075525e853f3413b0e97a6b8
Description: Fast binary serialization
The 'store' package provides efficient binary serialization. There are a
couple features that particularly distinguish it from most prior Haskell
serialization libraries:
.
* Its primary goal is speed. By default, direct machine representations
are used for things like numeric values (Int, Double, Word32, etc)
and buffers (Text, ByteString, Vector, etc). This means that much of
serialization uses the equivalent of memcpy.
* Instead of implementing lazy serialization / deserialization involving
multiple input / output buffers, peek and poke always work with a
single buffer. This buffer is allocated by asking the value for its
size before encoding. This simplifies the encoding logic, and allows
for highly optimized tight loops.
* store can optimize size computations by knowing when some types always
use the same number of bytes. This allows for computing the byte size
of a `Vector Int32` by just doing `length v * 4`.
.
It also features:
.
* Optimized serialization instances for many types from base, vector,
bytestring, text, containers, time, template-haskell, and more.
* TH and GHC Generics based generation of Store instances for datatypes
* TH generation of testcases
.
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/mgsloan/store
Ghc-Package: store-0.7.18-Enw5qJxYSnV5S2IfqXG1Fj
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-store/libghc-store-dev_0.7.18-1+b1_amd64.deb