How To Install ghc-fdo-notify-devel on Fedora 36

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

Introduction

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

What is ghc-fdo-notify-devel

This package provides the Haskell fdo-notify library development files.

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

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

sudo dnf -y install ghc-fdo-notify-devel

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

sudo yum -y install ghc-fdo-notify-devel

How To Uninstall ghc-fdo-notify-devel on Fedora 36

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

sudo dnf remove ghc-fdo-notify-devel

ghc-fdo-notify-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/fdo-notify-0.3.1
/usr/lib64/ghc-8.10.5/fdo-notify-0.3.1/DBus
/usr/lib64/ghc-8.10.5/fdo-notify-0.3.1/DBus/Notify.dyn_hi
/usr/lib64/ghc-8.10.5/fdo-notify-0.3.1/DBus/Notify.hi
/usr/lib64/ghc-8.10.5/fdo-notify-0.3.1/libHSfdo-notify-0.3.1-AUHqX6qFt6GEskoosmKttH.a
/usr/lib64/ghc-8.10.5/package.conf.d/fdo-notify-0.3.1.conf
/usr/share/doc/ghc-fdo-notify-devel
/usr/share/doc/ghc-fdo-notify-devel/examples
/usr/share/doc/ghc-fdo-notify-devel/examples/fib.hs

References

Summary

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