How to Install and Uninstall ghc-scientific.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ghc-scientific.x86_64" package

This is a short guide on how to install ghc-scientific.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-scientific.x86_64

2. Uninstall "ghc-scientific.x86_64" package

Please follow the step by step instructions below to uninstall ghc-scientific.x86_64 on Fedora 34:

$ sudo dnf remove ghc-scientific.x86_64 $ sudo dnf autoremove

3. Information about the ghc-scientific.x86_64 package on Fedora 34

Last metadata expiration check: 5:01:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-scientific
Version : 0.3.6.2
Release : 10.fc34
Architecture : x86_64
Size : 77 k
Source : ghc-scientific-0.3.6.2-10.fc34.src.rpm
Repository : fedora
Summary : Numbers represented using scientific notation
URL : https://hackage.haskell.org/package/scientific
License : BSD
Description : 'Data.Scientific' provides a space efficient and arbitrary precision scientific
: number type.
:
: A 'Scientific' number is represented with coefficient 'c' and
: base10Exponent 'e' and corresponds to the 'Fractional' number:
: 'fromInteger c * 10 ^^ e'
:
: The main application of 'Scientific' is to be used as the target of parsing
: arbitrary precision numbers coming from an untrusted source.