How To Install ghc-hinotify-devel on Fedora 36

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

Introduction

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

What is ghc-hinotify-devel

This package provides the Haskell hinotify library development files.

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

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

sudo dnf -y install ghc-hinotify-devel

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

sudo yum -y install ghc-hinotify-devel

How To Uninstall ghc-hinotify-devel on Fedora 36

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

sudo dnf remove ghc-hinotify-devel

ghc-hinotify-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/hinotify-0.4.1
/usr/lib64/ghc-8.10.5/hinotify-0.4.1/System
/usr/lib64/ghc-8.10.5/hinotify-0.4.1/System/INotify
/usr/lib64/ghc-8.10.5/hinotify-0.4.1/System/INotify.dyn_hi
/usr/lib64/ghc-8.10.5/hinotify-0.4.1/System/INotify.hi
/usr/lib64/ghc-8.10.5/hinotify-0.4.1/System/INotify/Masks.dyn_hi
/usr/lib64/ghc-8.10.5/hinotify-0.4.1/System/INotify/Masks.hi
/usr/lib64/ghc-8.10.5/hinotify-0.4.1/libHShinotify-0.4.1-Hv4kWwfxHtP6GKkj7GCTYR.a
/usr/lib64/ghc-8.10.5/package.conf.d/hinotify-0.4.1.conf
/usr/share/doc/ghc-hinotify-devel
/usr/share/doc/ghc-hinotify-devel/CHANGELOG.md
/usr/share/doc/ghc-hinotify-devel/README.md

References

Summary

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