How to Install and Uninstall ghc-Decimal.x86_64 Package on Fedora 36

Last updated: November 26,2024

1. Install "ghc-Decimal.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-Decimal.x86_64 on Fedora 36

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

2. Uninstall "ghc-Decimal.x86_64" package

Please follow the guidance below to uninstall ghc-Decimal.x86_64 on Fedora 36:

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

3. Information about the ghc-Decimal.x86_64 package on Fedora 36

Last metadata expiration check: 0:30:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-Decimal
Version : 0.5.2
Release : 2.fc36
Architecture : x86_64
Size : 40 k
Source : ghc-Decimal-0.5.2-2.fc36.src.rpm
Repository : fedora
Summary : Decimal numbers with variable precision
URL : https://hackage.haskell.org/package/Decimal
License : BSD
Description : A decimal number has an integer mantissa and a negative exponent. The exponent
: can be interpreted as the number of decimal places in the value.