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

Last updated: May 13,2024

1. Install "libghc-store-doc" package

This guide let you learn how to install libghc-store-doc on Kali Linux

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

2. Uninstall "libghc-store-doc" package

Please follow the instructions below to uninstall libghc-store-doc on Kali Linux:

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

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

Package: libghc-store-doc
Source: haskell-store
Version: 0.7.18-1
Installed-Size: 4380
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-base-orphans-doc, libghc-base64-bytestring-doc, libghc-cryptohash-sha1-doc, libghc-hashable-doc, libghc-hspec-doc, libghc-hspec-smallcheck-doc, libghc-lifted-base-doc, libghc-monad-control-doc, libghc-mono-traversable-doc, libghc-network-doc, libghc-primitive-doc, libghc-safe-doc, libghc-smallcheck-doc, libghc-store-core-doc, libghc-store-dev, libghc-syb-doc, libghc-th-lift-instances-doc, libghc-th-orphans-doc, libghc-th-reify-many-doc, libghc-th-utilities-doc, libghc-unordered-containers-doc, libghc-vector-doc, libjs-mathjax
Suggests: libghc-store-prof
Size: 182960
SHA256: dee3e655cf1fccb66ce5bbe775e75c492eefc3737955f15a8810211323b66cd6
SHA1: 2370c894d6987e09d66bb8bed3e4454ad6f572dc
MD5sum: 69cd3d75483dd273c731ba494fcf8a86
Description: Fast binary serialization; documentation
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 the documentation for 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
Section: doc
Priority: optional
Filename: pool/main/h/haskell-store/libghc-store-doc_0.7.18-1_all.deb