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

Last updated: January 06,2025

1. Install "ghc-NumInstances.x86_64" package

Here is a brief guide to show you how to install ghc-NumInstances.x86_64 on Fedora 36

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

2. Uninstall "ghc-NumInstances.x86_64" package

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

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

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

Last metadata expiration check: 2:28:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-NumInstances
Version : 1.4
Release : 21.fc36
Architecture : x86_64
Size : 54 k
Source : ghc-NumInstances-1.4-21.fc36.src.rpm
Repository : fedora
Summary : Instances of numeric classes for functions and tuples
URL : https://hackage.haskell.org/package/NumInstances
License : BSD
Description : Instances of numeric classes for functions and tuples.
: Import "Data.NumInstances" to get all the instances.
: If you want only function or only tuple instances, import
: "Data.NumInstances.Function" or "Data.NumInstances.Tuple".