How To Install rubygem-notiffany on Fedora 36

In this tutorial we learn how to install rubygem-notiffany in Fedora 36. rubygem-notiffany is Notifier library (extracted from Guard project)

Introduction

In this tutorial we learn how to install rubygem-notiffany on Fedora 36.

What is rubygem-notiffany

Wrapper libray for most popular notification libraries such as Growl, Libnotify, Notifu.

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

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

sudo dnf -y install rubygem-notiffany

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

sudo yum -y install rubygem-notiffany

How To Uninstall rubygem-notiffany on Fedora 36

To uninstall only the rubygem-notiffany package we can use the following command:

sudo dnf remove rubygem-notiffany

rubygem-notiffany Package Contents on Fedora 36

/usr/share/gems/gems/notiffany-0.1.3
/usr/share/gems/gems/notiffany-0.1.3/LICENSE.txt
/usr/share/gems/gems/notiffany-0.1.3/images
/usr/share/gems/gems/notiffany-0.1.3/images/failed.png
/usr/share/gems/gems/notiffany-0.1.3/images/pending.png
/usr/share/gems/gems/notiffany-0.1.3/images/success.png
/usr/share/gems/gems/notiffany-0.1.3/lib
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/base.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/config.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/detected.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/emacs
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/emacs.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/emacs/client.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/file.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/gntp.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/growl.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/libnotify.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/notifysend.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/rb_notifu.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/terminal_notifier.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/terminal_title.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/tmux
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/tmux.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/tmux/client.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/tmux/notification.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/notifier/tmux/session.rb
/usr/share/gems/gems/notiffany-0.1.3/lib/notiffany/version.rb
/usr/share/gems/specifications/notiffany-0.1.3.gemspec

References

Summary

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