How To Install notify-sharp3 on Fedora 36
Introduction
In this tutorial we learn how to install notify-sharp3
on Fedora 36.
What is notify-sharp3
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 pop-ups can automatically disappear after a short period of time.
We can use yum
or dnf
to install notify-sharp3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install notify-sharp3.
Install notify-sharp3 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-sharp3
using dnf
by running the following command:
sudo dnf -y install notify-sharp3
Install notify-sharp3 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-sharp3
using yum
by running the following command:
sudo yum -y install notify-sharp3
How To Uninstall notify-sharp3 on Fedora 36
To uninstall only the notify-sharp3
package we can use the following command:
sudo dnf remove notify-sharp3
notify-sharp3 Package Contents on Fedora 36
/usr/lib/mono/gac/notify-sharp
/usr/lib/mono/gac/notify-sharp/3.0.0.0__2df29c54e245917a
/usr/lib/mono/gac/notify-sharp/3.0.0.0__2df29c54e245917a/notify-sharp.dll
/usr/lib/mono/gac/notify-sharp/3.0.0.0__2df29c54e245917a/notify-sharp.dll.config
/usr/lib/mono/notify-sharp-3.0
/usr/lib/mono/notify-sharp-3.0/notify-sharp.dll
/usr/share/doc/notify-sharp3
/usr/share/doc/notify-sharp3/AUTHORS
/usr/share/doc/notify-sharp3/NEWS
/usr/share/doc/notify-sharp3/README
/usr/share/licenses/notify-sharp3
/usr/share/licenses/notify-sharp3/COPYING
References
Summary
In this tutorial we learn how to install notify-sharp3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install notify-sharp3 on Fedora 36” linkTitle: “notify-sharp3” type: “docs” description: “In this tutorial we learn how to install notify-sharp3 in Fedora 36. notify-sharp3 is A C# implementation for Desktop Notifications” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/notify-sharp3-featured.png
Introduction
In this tutorial we learn how to install notify-sharp3
on Fedora 36.
What is notify-sharp3
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 pop-ups can automatically disappear after a short period of time.
We can use yum
or dnf
to install notify-sharp3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install notify-sharp3.
Install notify-sharp3 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-sharp3
using dnf
by running the following command:
sudo dnf -y install notify-sharp3
Install notify-sharp3 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-sharp3
using yum
by running the following command:
sudo yum -y install notify-sharp3
How To Uninstall notify-sharp3 on Fedora 36
To uninstall only the notify-sharp3
package we can use the following command:
sudo dnf remove notify-sharp3
notify-sharp3 Package Contents on Fedora 36
/usr/lib/mono/gac/notify-sharp
/usr/lib/mono/gac/notify-sharp/3.0.0.0__2df29c54e245917a
/usr/lib/mono/gac/notify-sharp/3.0.0.0__2df29c54e245917a/notify-sharp.dll
/usr/lib/mono/gac/notify-sharp/3.0.0.0__2df29c54e245917a/notify-sharp.dll.config
/usr/lib/mono/notify-sharp-3.0
/usr/lib/mono/notify-sharp-3.0/notify-sharp.dll
/usr/share/doc/notify-sharp3
/usr/share/doc/notify-sharp3/AUTHORS
/usr/share/doc/notify-sharp3/NEWS
/usr/share/doc/notify-sharp3/README
/usr/share/licenses/notify-sharp3
/usr/share/licenses/notify-sharp3/COPYING
References
Summary
In this tutorial we learn how to install notify-sharp3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).