How to Install and Uninstall libghc-store-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 14,2024

1. Install "libghc-store-dev" package

In this section, we are going to explain the necessary steps to install libghc-store-dev on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libghc-store-dev" package

Please follow the instructions below to uninstall libghc-store-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libghc-store-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-store-dev
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: 8876
Provides: libghc-store-dev-0.7.6-39815
Depends: libghc-array-dev-0.5.4.0-ddbb2, libghc-async-dev-2.2.2-97ad7, libghc-base-dev-4.13.0.0-2f220, libghc-base-orphans-dev-0.8.2-50da5, libghc-base64-bytestring-dev-1.0.0.3-4ce1b, libghc-bifunctors-dev-5.5.7-1fe65, libghc-bytestring-dev-0.10.10.1-c40ee, libghc-containers-dev-0.6.2.1-ab1cf, libghc-contravariant-dev-1.5.2-c823f, libghc-cryptohash-dev-0.11.9-6ebf2, libghc-deepseq-dev-1.4.4.0-9f093, libghc-directory-dev-1.3.6.0-49fdf, libghc-filepath-dev-1.4.2.1-103b6, libghc-free-dev-5.1.3-61e54, libghc-ghc-prim-dev-0.5.3-49209, libghc-hashable-dev-1.3.0.0-d5f3c, libghc-hspec-dev-2.7.1-8fdf5, libghc-hspec-smallcheck-dev-0.5.2-25fa5, libghc-integer-gmp-dev-1.0.2.0-fa0ae, libghc-lifted-base-dev-0.2.3.12-b160e, libghc-monad-control-dev-1.0.2.3-d0848, libghc-mono-traversable-dev-1.0.15.1-93146, libghc-network-dev-3.1.1.1-464ab, libghc-primitive-dev-0.7.0.1-fc459, libghc-resourcet-dev-1.2.4.2-14695, libghc-safe-dev-0.3.19-7ae12, libghc-smallcheck-dev-1.1.7-48789, libghc-store-core-dev-0.4.4.3-b22b7, libghc-syb-dev-0.7.1-bb80c, libghc-template-haskell-dev-2.15.0.0-80f0d, libghc-text-dev-1.2.4.0-a7a6e, libghc-th-lift-dev-0.8.1-b46b3, libghc-th-lift-instances-dev-0.1.17-742d7, libghc-th-orphans-dev-0.13.10-7a8ca, libghc-th-reify-many-dev-0.1.9-3da7a, libghc-th-utilities-dev-0.2.4.0-1e5ff, libghc-time-dev-1.9.3-1ee94, libghc-transformers-dev-0.5.6.2-59c2c, libghc-unordered-containers-dev-0.2.10.0-39576, libghc-vector-dev-0.12.1.2-29734, libghc-void-dev-0.7.3-915a7, libc6 (>= 2.14), libgmp10
Suggests: libghc-store-doc, libghc-store-prof
Filename: pool/universe/h/haskell-store/libghc-store-dev_0.7.6-1build2_amd64.deb
Size: 731160
MD5sum: 934d347081283ea03d9f440c517879d6
SHA1: 51c9e7655aff7bc8869024c33955400ce5ce6a58
SHA256: 64c7619c1bd88a8893db56e7efad4495312129946a297ecd0282bd1db5baf0c7
SHA512: b0fb7149c07c12c52d2973b3bd64a986d9e39b6eeae2653694634a3b24be1c05af619d6c47b59007e494fe09a6d74695ec9a626cb69bdd6051051cdb3b63ac72
Homepage: https://github.com/fpco/store
Description-en: 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: 1f4f502e09bc1b3b49fd9c15b8658461
Ghc-Package: store-0.7.6-FwVx7omZGZzJIN2zpQaq7Z