How To Install ghc-abstract-par on Fedora 36
Introduction
In this tutorial we learn how to install ghc-abstract-par on Fedora 36.
What is ghc-abstract-par
The ‘Par’ monad offers a parallel programming API based on dataflow programming. To use the
Parmonad, 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.
We can use yum or dnf to install ghc-abstract-par on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-abstract-par.
Install ghc-abstract-par on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ghc-abstract-par using dnf by running the following command:
sudo dnf -y install ghc-abstract-par
Install ghc-abstract-par on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ghc-abstract-par using yum by running the following command:
sudo yum -y install ghc-abstract-par
How To Uninstall ghc-abstract-par on Fedora 36
To uninstall only the ghc-abstract-par package we can use the following command:
sudo dnf remove ghc-abstract-par
ghc-abstract-par Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/82f083dff0123eefceed08bd64ee2d8019b1d9
/usr/lib64/libHSabstract-par-0.3.3-B1XLKeQcwYwJeOMyLVofnm-ghc8.10.5.so
/usr/share/licenses/ghc-abstract-par
/usr/share/licenses/ghc-abstract-par/LICENSE
References
Summary
In this tutorial we learn how to install ghc-abstract-par on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).