How To Install perl-Filesys-Notify-Simple on Rocky Linux 8

In this tutorial we learn how to install perl-Filesys-Notify-Simple on Rocky Linux 8. perl-Filesys-Notify-Simple is Simple and dumb file system watcher

Introduction

In this tutorial we learn how to install perl-Filesys-Notify-Simple on Rocky Linux 8.

What is perl-Filesys-Notify-Simple

Filesys notifications of changes to a given filesystem path.

We can use yum or dnf to install perl-Filesys-Notify-Simple on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Filesys-Notify-Simple.

Install perl-Filesys-Notify-Simple on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Filesys-Notify-Simple using dnf by running the following command:

sudo dnf -y install perl-Filesys-Notify-Simple

Install perl-Filesys-Notify-Simple on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Filesys-Notify-Simple using yum by running the following command:

sudo yum -y install perl-Filesys-Notify-Simple

How To Uninstall perl-Filesys-Notify-Simple on Rocky Linux 8

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

sudo dnf remove perl-Filesys-Notify-Simple

perl-Filesys-Notify-Simple Package Contents on Rocky Linux 8

/usr/share/doc/perl-Filesys-Notify-Simple
/usr/share/doc/perl-Filesys-Notify-Simple/Changes
/usr/share/doc/perl-Filesys-Notify-Simple/README
/usr/share/man/man3/Filesys::Notify::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Filesys
/usr/share/perl5/vendor_perl/Filesys/Notify
/usr/share/perl5/vendor_perl/Filesys/Notify/Simple.pm

References

Summary

In this tutorial we learn how to install perl-Filesys-Notify-Simple on Rocky Linux 8 using yum and dnf.