How To Install ghc-parallel on Fedora 36

In this tutorial we learn how to install ghc-parallel in Fedora 36. ghc-parallel is Parallel programming library

Introduction

In this tutorial we learn how to install ghc-parallel on Fedora 36.

What is ghc-parallel

This package provides a library for parallel programming. For documentation start from the “Control.Parallel.Strategies” module below. For more tutorial documentation, see the book . To understand the principles behind the library, see .

We can use yum or dnf to install ghc-parallel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-parallel.

Install ghc-parallel 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-parallel using dnf by running the following command:

sudo dnf -y install ghc-parallel

Install ghc-parallel 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-parallel using yum by running the following command:

sudo yum -y install ghc-parallel

How To Uninstall ghc-parallel on Fedora 36

To uninstall only the ghc-parallel package we can use the following command:

sudo dnf remove ghc-parallel

ghc-parallel Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/48bfd639391665eefc1e3a01bfac8e1e7ab335
/usr/lib64/libHSparallel-3.2.2.0-H513jAs1HA11zQonYV0DH5-ghc8.10.5.so
/usr/share/licenses/ghc-parallel
/usr/share/licenses/ghc-parallel/LICENSE

References

Summary

In this tutorial we learn how to install ghc-parallel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).