How to Install and Uninstall perl-File-Modified.noarch Package on Fedora 36

Last updated: November 28,2024

1. Install "perl-File-Modified.noarch" package

This tutorial shows how to install perl-File-Modified.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-File-Modified.noarch

2. Uninstall "perl-File-Modified.noarch" package

Please follow the step by step instructions below to uninstall perl-File-Modified.noarch on Fedora 36:

$ sudo dnf remove perl-File-Modified.noarch $ sudo dnf autoremove

3. Information about the perl-File-Modified.noarch package on Fedora 36

Last metadata expiration check: 5:23:18 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-File-Modified
Version : 0.10
Release : 19.fc36
Architecture : noarch
Size : 25 k
Source : perl-File-Modified-0.10-19.fc36.src.rpm
Repository : fedora
Summary : Checks intelligently if files have changed
URL : https://metacpan.org/release/File-Modified
License : GPL+ or Artistic
Description : 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::MD5 module
: cannot be loaded.