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

Last updated: May 02,2024

1. Install "libghc-store-prof" package

Please follow the steps below to install libghc-store-prof on Kali Linux

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

2. Uninstall "libghc-store-prof" package

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

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

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

Package: libghc-store-prof
Source: haskell-store (0.7.18-1)
Version: 0.7.18-1+b1
Installed-Size: 11376
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-store-prof-0.7.18-ac11b
Depends: libghc-array-prof-0.5.4.0-0952c, libghc-async-prof-2.2.4-2b734, libghc-base-orphans-prof-0.9.1-68b56, libghc-base-prof-4.17.2.0-68dfe, libghc-base64-bytestring-prof-1.2.1.0-c4e4e, libghc-bifunctors-prof-5.5.15-214e0, libghc-bytestring-prof-0.11.5.2-6590e, libghc-containers-prof-0.6.7-a1650, libghc-contravariant-prof-1.5.5-6feae, libghc-cryptohash-sha1-prof-0.11.101.0-81925, libghc-deepseq-prof-1.4.8.0-ddf16, libghc-directory-prof-1.3.7.1-e5694, libghc-filepath-prof-1.4.2.2-290a6, libghc-free-prof-5.1.10-549e5, libghc-ghc-prim-prof-0.9.1-ca9fc, libghc-hashable-prof-1.4.3.0-e937e, libghc-hspec-prof-2.10.10-f3ceb, libghc-hspec-smallcheck-prof-0.5.3-bbec2, libghc-integer-gmp-prof-1.1-4ce32, libghc-lifted-base-prof-0.2.3.12-a4def, libghc-monad-control-prof-1.0.3.1-d981c, libghc-mono-traversable-prof-1.0.15.3-2145a, libghc-network-prof-3.1.4.0-b009d, libghc-primitive-prof-0.8.0.0-a075c, libghc-resourcet-prof-1.2.6-4b80e, libghc-safe-prof-0.3.19-7ec90, libghc-smallcheck-prof-1.2.1.1-2440c, libghc-store-core-prof-0.4.4.6-d456f, libghc-store-dev (= 0.7.18-1+b1), libghc-syb-prof-0.7.2.4-b6299, libghc-template-haskell-prof-2.19.0.0-a5ee2, libghc-text-prof-2.0.2-0847e, libghc-th-lift-instances-prof-0.1.20-9c7c2, libghc-th-lift-prof-0.8.4-e81ed, libghc-th-orphans-prof-0.13.14-56071, libghc-th-reify-many-prof-0.1.10-16e0f, libghc-th-utilities-prof-0.2.5.0-69663, libghc-time-prof-1.12.2-491a0, libghc-transformers-prof-0.5.6.2-931c3, libghc-unordered-containers-prof-0.2.19.1-230f0, libghc-vector-prof-0.13.1.0-1ffee, libghc-void-prof-0.7.3-4c86a
Size: 837812
SHA256: bd49bd6b521c8cbd537704792a749311951243649dd6e97ca1ace66f6877c952
SHA1: 992897af8ca02a70bbf1c3abbd4597df3cc557f0
MD5sum: c63b66593c05e868b172bfdb21e8c3e4
Description: Fast binary serialization; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/mgsloan/store
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-store/libghc-store-prof_0.7.18-1+b1_amd64.deb