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

Last updated: October 06,2024

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

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

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

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

Please follow the steps below to uninstall perl-File-Modified.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:31:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-File-Modified
Version : 0.10
Release : 16.fc34
Architecture : noarch
Size : 25 k
Source : perl-File-Modified-0.10-16.fc34.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.