How To Install ghc-fdo-notify on Fedora 36

In this tutorial we learn how to install ghc-fdo-notify in Fedora 36. ghc-fdo-notify is Desktop Notifications client

Introduction

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

What is ghc-fdo-notify

A library for issuing notifications using FreeDesktop.org’s Desktop Notifications protocol.

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

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

sudo dnf -y install ghc-fdo-notify

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

sudo yum -y install ghc-fdo-notify

How To Uninstall ghc-fdo-notify on Fedora 36

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

sudo dnf remove ghc-fdo-notify

ghc-fdo-notify Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/7ac39b48c2ff405c50e430e3e86727d2470b26
/usr/lib64/libHSfdo-notify-0.3.1-AUHqX6qFt6GEskoosmKttH-ghc8.10.5.so
/usr/share/licenses/ghc-fdo-notify
/usr/share/licenses/ghc-fdo-notify/LICENSE

References

Summary

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