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

Last updated: October 04,2024

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

This guide let you learn how to install ghc-abstract-par.x86_64 on Fedora 34

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

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

This guide covers the steps necessary to uninstall ghc-abstract-par.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:29:18 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-abstract-par
Version : 0.3.3
Release : 13.fc34
Architecture : x86_64
Size : 15 k
Source : ghc-abstract-par-0.3.3-13.fc34.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.