How to Install and Uninstall libghc-double-conversion-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

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

This guide let you learn how to install libghc-double-conversion-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the steps below to uninstall libghc-double-conversion-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-double-conversion-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-double-conversion-dev
Architecture: amd64
Version: 2.0.2.0+ds1-5build1
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: 209
Provides: libghc-double-conversion-dev-2.0.2.0-ea209
Depends: libdouble-conversion-dev, libghc-base-dev-4.13.0.0-c9705, libghc-bytestring-dev-0.10.10.0-70a9a, libghc-ghc-prim-dev-0.5.3-ce4de, libghc-text-dev-1.2.4.0-455b7, 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-5build1_amd64.deb
Size: 24920
MD5sum: 8cd05bed8bdacd81d34c995d09ea1ee0
SHA1: 281ae7393bb987b7908ecd74326f6d879c04b68f
SHA256: 4c60360b2ea24a14f82b5816a62f23dd960955507cdeecdf882c5cfe1883ce55
SHA512: 7468720b3f1efb9a6bdcef3b9a604aa5711df47a3c2a7a8a6c86a388c7824ef29faece75e733f782578de257e686372f03affba648f5a5f2e5ed9814223418cd
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-CbKqxfCiDIPAYen5RKO7Qs