How to Install and Uninstall ghc-scientific.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: February 11,2025
1. Install "ghc-scientific.x86_64" package
This is a short guide on how to install ghc-scientific.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
ghc-scientific.x86_64
Copied
2. Uninstall "ghc-scientific.x86_64" package
Please follow the guidelines below to uninstall ghc-scientific.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
ghc-scientific.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-scientific.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:43:14 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-scientific
Version : 0.3.7.0
Release : 2.el9
Architecture : x86_64
Size : 79 k
Source : ghc-scientific-0.3.7.0-2.el9.src.rpm
Repository : epel
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.
Available Packages
Name : ghc-scientific
Version : 0.3.7.0
Release : 2.el9
Architecture : x86_64
Size : 79 k
Source : ghc-scientific-0.3.7.0-2.el9.src.rpm
Repository : epel
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.