How To Install perl-File-ChangeNotify on Fedora 36

In this tutorial we learn how to install perl-File-ChangeNotify in Fedora 36. perl-File-ChangeNotify is Watch for changes to files, cross-platform style

Introduction

In this tutorial we learn how to install perl-File-ChangeNotify on Fedora 36.

What is perl-File-ChangeNotify

Watch for changes to files, easily, cleanly, and across different platforms.

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

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

sudo dnf -y install perl-File-ChangeNotify

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

sudo yum -y install perl-File-ChangeNotify

How To Uninstall perl-File-ChangeNotify on Fedora 36

To uninstall only the perl-File-ChangeNotify package we can use the following command:

sudo dnf remove perl-File-ChangeNotify

perl-File-ChangeNotify Package Contents on Fedora 36

/usr/share/doc/perl-File-ChangeNotify
/usr/share/doc/perl-File-ChangeNotify/Changes
/usr/share/doc/perl-File-ChangeNotify/README.md
/usr/share/licenses/perl-File-ChangeNotify
/usr/share/licenses/perl-File-ChangeNotify/LICENSE
/usr/share/man/man3/File::ChangeNotify.3pm.gz
/usr/share/man/man3/File::ChangeNotify::Event.3pm.gz
/usr/share/man/man3/File::ChangeNotify::Watcher.3pm.gz
/usr/share/man/man3/File::ChangeNotify::Watcher::Default.3pm.gz
/usr/share/man/man3/File::ChangeNotify::Watcher::Inotify.3pm.gz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/ChangeNotify
/usr/share/perl5/vendor_perl/File/ChangeNotify.pm
/usr/share/perl5/vendor_perl/File/ChangeNotify/Event.pm
/usr/share/perl5/vendor_perl/File/ChangeNotify/Watcher
/usr/share/perl5/vendor_perl/File/ChangeNotify/Watcher.pm
/usr/share/perl5/vendor_perl/File/ChangeNotify/Watcher/Default.pm
/usr/share/perl5/vendor_perl/File/ChangeNotify/Watcher/Inotify.pm

References

Summary

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