How To Install perl-File-Modified on Fedora 36

In this tutorial we learn how to install perl-File-Modified in Fedora 36. perl-File-Modified is Checks intelligently if files have changed

Introduction

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

What is perl-File-Modified

The Modified module is intended as a simple method for programs to detect whether configuration files (or modules they rely on) have changed. There are currently two methods of change detection implemented, mtime and MD5. The MD5 method will fall back to use timestamps if the Digest cannot be loaded.

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

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

sudo dnf -y install perl-File-Modified

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

sudo yum -y install perl-File-Modified

How To Uninstall perl-File-Modified on Fedora 36

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

sudo dnf remove perl-File-Modified

perl-File-Modified Package Contents on Fedora 36

/usr/share/doc/perl-File-Modified
/usr/share/doc/perl-File-Modified/Changes
/usr/share/doc/perl-File-Modified/README
/usr/share/doc/perl-File-Modified/example
/usr/share/doc/perl-File-Modified/example/1.pl
/usr/share/doc/perl-File-Modified/example/Export.cfg
/usr/share/doc/perl-File-Modified/example/Import.cfg
/usr/share/licenses/perl-File-Modified
/usr/share/licenses/perl-File-Modified/LICENSE
/usr/share/man/man3/File::Modified.3pm.gz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/Modified.pm

References

Summary

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