How To Install perl-Gtk2-Notify on Fedora 36

In this tutorial we learn how to install perl-Gtk2-Notify in Fedora 36. perl-Gtk2-Notify is Perl interface to libnotify

Introduction

In this tutorial we learn how to install perl-Gtk2-Notify on Fedora 36.

What is perl-Gtk2-Notify

Perl bindings to libnotify. This module will allow one to use the notify functionality from within a perl application.

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

Install perl-Gtk2-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 perl-Gtk2-Notify using dnf by running the following command:

sudo dnf -y install perl-Gtk2-Notify

Install perl-Gtk2-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 perl-Gtk2-Notify using yum by running the following command:

sudo yum -y install perl-Gtk2-Notify

How To Uninstall perl-Gtk2-Notify on Fedora 36

To uninstall only the perl-Gtk2-Notify package we can use the following command:

sudo dnf remove perl-Gtk2-Notify

perl-Gtk2-Notify Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/f92c217773fcb0a13f55f2aa8754a4b42d5c69
/usr/lib64/perl5/vendor_perl/Gtk2
/usr/lib64/perl5/vendor_perl/Gtk2/Notify
/usr/lib64/perl5/vendor_perl/Gtk2/Notify.pm
/usr/lib64/perl5/vendor_perl/Gtk2/Notify.pod
/usr/lib64/perl5/vendor_perl/Gtk2/Notify/Install
/usr/lib64/perl5/vendor_perl/Gtk2/Notify/Install/Files.pm
/usr/lib64/perl5/vendor_perl/Gtk2/Notify/Install/notify-autogen.h
/usr/lib64/perl5/vendor_perl/Gtk2/Notify/Install/notify.typemap
/usr/lib64/perl5/vendor_perl/Gtk2/Notify/index.pod
/usr/lib64/perl5/vendor_perl/auto/Gtk2
/usr/lib64/perl5/vendor_perl/auto/Gtk2/Notify
/usr/lib64/perl5/vendor_perl/auto/Gtk2/Notify/Notify.so
/usr/share/doc/perl-Gtk2-Notify
/usr/share/doc/perl-Gtk2-Notify/Changes
/usr/share/doc/perl-Gtk2-Notify/README
/usr/share/doc/perl-Gtk2-Notify/examples
/usr/share/doc/perl-Gtk2-Notify/examples/applet-critical.png
/usr/share/doc/perl-Gtk2-Notify/examples/basic.pl
/usr/share/doc/perl-Gtk2-Notify/examples/default-action.pl
/usr/share/doc/perl-Gtk2-Notify/examples/image.pl
/usr/share/doc/perl-Gtk2-Notify/examples/markup.pl
/usr/share/doc/perl-Gtk2-Notify/examples/multi-actions.pl
/usr/share/doc/perl-Gtk2-Notify/examples/replace-widget.pl
/usr/share/doc/perl-Gtk2-Notify/examples/replace.pl
/usr/share/doc/perl-Gtk2-Notify/examples/server-info.pl
/usr/share/doc/perl-Gtk2-Notify/examples/urgency.pl
/usr/share/doc/perl-Gtk2-Notify/examples/xy.pl
/usr/share/man/man3/Gtk2::Notify.3pm.gz
/usr/share/man/man3/Gtk2::Notify::index.3pm.gz

References

Summary

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