How to Install and Uninstall libghc-store-prof Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libghc-store-prof" package

Please follow the instructions below to install libghc-store-prof on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libghc-store-prof" package

This guide let you learn how to uninstall libghc-store-prof on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libghc-store-prof package on Ubuntu 21.10 (Impish Indri)

Package: libghc-store-prof
Architecture: amd64
Version: 0.7.6-1build2
Priority: optional
Section: universe/haskell
Source: haskell-store
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 9442
Provides: libghc-store-prof-0.7.6-39815
Depends: libghc-store-dev (= 0.7.6-1build2), libghc-array-prof-0.5.4.0-ddbb2, libghc-async-prof-2.2.2-97ad7, libghc-base-prof-4.13.0.0-2f220, libghc-base-orphans-prof-0.8.2-50da5, libghc-base64-bytestring-prof-1.0.0.3-4ce1b, libghc-bifunctors-prof-5.5.7-1fe65, libghc-bytestring-prof-0.10.10.1-c40ee, libghc-containers-prof-0.6.2.1-ab1cf, libghc-contravariant-prof-1.5.2-c823f, libghc-cryptohash-prof-0.11.9-6ebf2, libghc-deepseq-prof-1.4.4.0-9f093, libghc-directory-prof-1.3.6.0-49fdf, libghc-filepath-prof-1.4.2.1-103b6, libghc-free-prof-5.1.3-61e54, libghc-ghc-prim-prof-0.5.3-49209, libghc-hashable-prof-1.3.0.0-d5f3c, libghc-hspec-prof-2.7.1-8fdf5, libghc-hspec-smallcheck-prof-0.5.2-25fa5, libghc-integer-gmp-prof-1.0.2.0-fa0ae, libghc-lifted-base-prof-0.2.3.12-b160e, libghc-monad-control-prof-1.0.2.3-d0848, libghc-mono-traversable-prof-1.0.15.1-93146, libghc-network-prof-3.1.1.1-464ab, libghc-primitive-prof-0.7.0.1-fc459, libghc-resourcet-prof-1.2.4.2-14695, libghc-safe-prof-0.3.19-7ae12, libghc-smallcheck-prof-1.1.7-48789, libghc-store-core-prof-0.4.4.3-b22b7, libghc-syb-prof-0.7.1-bb80c, libghc-template-haskell-prof-2.15.0.0-80f0d, libghc-text-prof-1.2.4.0-a7a6e, libghc-th-lift-prof-0.8.1-b46b3, libghc-th-lift-instances-prof-0.1.17-742d7, libghc-th-orphans-prof-0.13.10-7a8ca, libghc-th-reify-many-prof-0.1.9-3da7a, libghc-th-utilities-prof-0.2.4.0-1e5ff, libghc-time-prof-1.9.3-1ee94, libghc-transformers-prof-0.5.6.2-59c2c, libghc-unordered-containers-prof-0.2.10.0-39576, libghc-vector-prof-0.12.1.2-29734, libghc-void-prof-0.7.3-915a7
Filename: pool/universe/h/haskell-store/libghc-store-prof_0.7.6-1build2_amd64.deb
Size: 700244
MD5sum: 063f7a69cd7808583293a4526f1b55c0
SHA1: 1b7155b608b12f5be46535985d510d4757964666
SHA256: 7c2ca563086ab3b56ffcfba6250d003e5e0090dcb6cdf7a13e9582c502ba6a9e
SHA512: a4bc70d2e2b3ac202180d9a21e0af06694bf5e2ff4f1c2a37d6464420b07521b46df4bedd38ad23e2c38239c5d1c2abf87c84a6bac9c4c77dd84559513bbfe05
Homepage: https://github.com/fpco/store
Description-en: 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: afdd568d65f07176aa2b0b307455e242