How To Install notify-sharp on Fedora 36

In this tutorial we learn how to install notify-sharp in Fedora 36. notify-sharp is A C# implementation for Desktop Notifications

Introduction

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

What is notify-sharp

notify-sharp is a C# client implementation for Desktop Notifications, i.e. notification-daemon. It is inspired by the libnotify API. Desktop Notifications provide a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time.

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

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

sudo dnf -y install notify-sharp

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

sudo yum -y install notify-sharp

How To Uninstall notify-sharp on Fedora 36

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

sudo dnf remove notify-sharp

notify-sharp Package Contents on Fedora 36

/usr/lib/mono/gac/notify-sharp
/usr/lib/mono/gac/notify-sharp/0.4.0.0__2df29c54e245917a
/usr/lib/mono/gac/notify-sharp/0.4.0.0__2df29c54e245917a/notify-sharp.dll
/usr/lib/mono/gac/notify-sharp/0.4.0.0__2df29c54e245917a/notify-sharp.dll.config
/usr/lib/mono/notify-sharp
/usr/lib/mono/notify-sharp/notify-sharp.dll
/usr/share/doc/notify-sharp
/usr/share/doc/notify-sharp/AUTHORS
/usr/share/doc/notify-sharp/COPYING
/usr/share/doc/notify-sharp/NEWS
/usr/share/doc/notify-sharp/README

References

Summary

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