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

Last updated: May 18,2024

1. Install "ghc-NumInstances.x86_64" package

Please follow the steps below to install ghc-NumInstances.x86_64 on Fedora 35

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

2. Uninstall "ghc-NumInstances.x86_64" package

Please follow the instructions below to uninstall ghc-NumInstances.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:44:14 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-NumInstances
Version : 1.4
Release : 20.fc35
Architecture : x86_64
Size : 54 k
Source : ghc-NumInstances-1.4-20.fc35.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".