How to Install and Uninstall ghc-double-conversion Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "ghc-double-conversion" package

This guide covers the steps necessary to install ghc-double-conversion on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-double-conversion

2. Uninstall "ghc-double-conversion" package

This is a short guide on how to uninstall ghc-double-conversion on openSuSE Tumbleweed:

$ sudo zypper remove ghc-double-conversion

3. Information about the ghc-double-conversion package on openSuSE Tumbleweed

Information for package ghc-double-conversion:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-double-conversion
Version : 2.0.2.0-3.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 145,7 KiB
Installed : No
Status : not installed
Source package : ghc-double-conversion-2.0.2.0-3.9.src
Summary : Fast conversion between double precision floating point and text
Description :
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'.

5. The same packages on other Linux Distributions