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

Last updated: May 19,2024

1. Install "ghc-abstract-par.x86_64" package

Please follow the guidelines below to install ghc-abstract-par.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ghc-abstract-par.x86_64

2. Uninstall "ghc-abstract-par.x86_64" package

Please follow the guidelines below to uninstall ghc-abstract-par.x86_64 on Fedora 35:

$ sudo dnf remove ghc-abstract-par.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:46:14 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-abstract-par
Version : 0.3.3
Release : 15.fc35
Architecture : x86_64
Size : 15 k
Source : ghc-abstract-par-0.3.3-15.fc35.src.rpm
Repository : fedora
Summary : Type classes generalizing the functionality of 'monad-par'
URL : https://hackage.haskell.org/package/abstract-par
License : BSD
Description : The 'Par' monad offers a parallel programming API based on dataflow
: programming. To use the `Par` monad, install the 'monad-par' package, which
: includes this package as a dependency.
:
: This package is an abstract interface only. It provides a number of type
: clasess, but not an implementation. The type classes separate different levels
: of 'Par' functionality. See the "Control.Monad.Par.Class" module for more
: details.