How To Install ghc-natural-transformation-devel on Fedora 36

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

Introduction

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

What is ghc-natural-transformation-devel

This package provides the Haskell natural-transformation library development files.

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

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

sudo dnf -y install ghc-natural-transformation-devel

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

sudo yum -y install ghc-natural-transformation-devel

How To Uninstall ghc-natural-transformation-devel on Fedora 36

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

sudo dnf remove ghc-natural-transformation-devel

ghc-natural-transformation-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/natural-transformation-0.4
/usr/lib64/ghc-8.10.5/natural-transformation-0.4/Control
/usr/lib64/ghc-8.10.5/natural-transformation-0.4/Control/Natural
/usr/lib64/ghc-8.10.5/natural-transformation-0.4/Control/Natural.dyn_hi
/usr/lib64/ghc-8.10.5/natural-transformation-0.4/Control/Natural.hi
/usr/lib64/ghc-8.10.5/natural-transformation-0.4/Control/Natural/RULES.dyn_hi
/usr/lib64/ghc-8.10.5/natural-transformation-0.4/Control/Natural/RULES.hi
/usr/lib64/ghc-8.10.5/natural-transformation-0.4/Control/Object.dyn_hi
/usr/lib64/ghc-8.10.5/natural-transformation-0.4/Control/Object.hi
/usr/lib64/ghc-8.10.5/natural-transformation-0.4/libHSnatural-transformation-0.4-4xxmfJKzLR7BqooMWKeygO.a
/usr/lib64/ghc-8.10.5/package.conf.d/natural-transformation-0.4.conf
/usr/share/doc/ghc-natural-transformation-devel
/usr/share/doc/ghc-natural-transformation-devel/CHANGELOG.md
/usr/share/doc/ghc-natural-transformation-devel/README.md

References

Summary

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