How To Install ghc-distributive-devel on Fedora 36

In this tutorial we learn how to install ghc-distributive-devel in Fedora 36. ghc-distributive-devel is Haskell distributive library development files

Introduction

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

What is ghc-distributive-devel

This package provides the Haskell distributive library development files.

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

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

sudo dnf -y install ghc-distributive-devel

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

sudo yum -y install ghc-distributive-devel

How To Uninstall ghc-distributive-devel on Fedora 36

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

sudo dnf remove ghc-distributive-devel

ghc-distributive-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/distributive-0.6.2.1
/usr/lib64/ghc-8.10.5/distributive-0.6.2.1/Data
/usr/lib64/ghc-8.10.5/distributive-0.6.2.1/Data/Distributive
/usr/lib64/ghc-8.10.5/distributive-0.6.2.1/Data/Distributive.dyn_hi
/usr/lib64/ghc-8.10.5/distributive-0.6.2.1/Data/Distributive.hi
/usr/lib64/ghc-8.10.5/distributive-0.6.2.1/Data/Distributive/Generic.dyn_hi
/usr/lib64/ghc-8.10.5/distributive-0.6.2.1/Data/Distributive/Generic.hi
/usr/lib64/ghc-8.10.5/distributive-0.6.2.1/libHSdistributive-0.6.2.1-H5JnS9HQD80xhhnSkFFEE.a
/usr/lib64/ghc-8.10.5/package.conf.d/distributive-0.6.2.1.conf
/usr/share/doc/ghc-distributive-devel
/usr/share/doc/ghc-distributive-devel/CHANGELOG.markdown
/usr/share/doc/ghc-distributive-devel/README.markdown

References

Summary

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