How to Install and Uninstall libghc-double-conversion-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libghc-double-conversion-dev" package

Please follow the guidelines below to install libghc-double-conversion-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libghc-double-conversion-dev

2. Uninstall "libghc-double-conversion-dev" package

Please follow the step by step instructions below to uninstall libghc-double-conversion-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libghc-double-conversion-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-double-conversion-dev package on Ubuntu 21.10 (Impish Indri)

Package: libghc-double-conversion-dev
Architecture: amd64
Version: 2.0.2.0+ds1-5build2
Priority: extra
Section: universe/haskell
Source: haskell-double-conversion
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 210
Provides: libghc-double-conversion-dev-2.0.2.0-2f91d
Depends: libdouble-conversion-dev, libghc-base-dev-4.13.0.0-2f220, libghc-bytestring-dev-0.10.10.1-c40ee, libghc-ghc-prim-dev-0.5.3-49209, libghc-text-dev-1.2.4.0-a7a6e, libc6 (>= 2.4), libdouble-conversion3 (>= 2.0.0), libgcc-s1 (>= 3.0), libgmp10, libstdc++6 (>= 4.1.1)
Suggests: libghc-double-conversion-doc, libghc-double-conversion-prof
Filename: pool/universe/h/haskell-double-conversion/libghc-double-conversion-dev_2.0.2.0+ds1-5build2_amd64.deb
Size: 24940
MD5sum: eef85f433e7a8b05c21c4574ee3abab7
SHA1: 30a2ae11348e7f1739673a48c9654db1b9959323
SHA256: 2cc42323900678591571f084b89a1f2d5b9b5abd1acb5320251054b25b0da30f
SHA512: 0499c7d63e76c28d803c4a4f0c85b3fbfa19f2e93d5e36e50bb47406e30c48fe1775ef525f4fe6da6611fc1ae3d931913a999c23169499a9101817afdcf157fe
Homepage: https://github.com/bos/double-conversion
Description-en: fast conversion between double precision floating point and text
A library that performs fast, accurate conversion between double
precision floating point and text.
.
This library is implemented as bindings to the C++
double-conversion library written by Florian Loitsch at Google.
.
The 'Text' versions of these functions are about 30 times faster
than the default 'show' implementation for the 'Double' type.
.
The 'ByteString' versions are /slower/ than the 'Text' versions;
roughly half the speed. (This seems to be due to the cost of
allocating 'ByteString' values via malloc.)
.
As a final note, be aware that the bytestring-show package is
about 50% slower than simply using 'show'.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 6fe02eab12ae874399bb1c7ed71463ea
Ghc-Package: double-conversion-2.0.2.0-I2ivpbt8InqCgSuPi6gXoi