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

Last updated: January 17,2025

1. Install "ghc-Decimal.x86_64" package

This guide covers the steps necessary to install ghc-Decimal.x86_64 on Fedora 34

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

2. Uninstall "ghc-Decimal.x86_64" package

Please follow the instructions below to uninstall ghc-Decimal.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:40:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-Decimal
Version : 0.5.1
Release : 9.fc34
Architecture : x86_64
Size : 40 k
Source : ghc-Decimal-0.5.1-9.fc34.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.