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

Last updated: October 08,2024

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

Please follow the steps below to install perl-File-Modified.noarch on Fedora 35

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

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

This guide let you learn how to uninstall perl-File-Modified.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:11:55 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-File-Modified
Version : 0.10
Release : 18.fc35
Architecture : noarch
Size : 25 k
Source : perl-File-Modified-0.10-18.fc35.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.