How to Install and Uninstall perl-Dist-Zilla-Role-FileWatcher.noarch Package on Fedora 34

Last updated: May 10,2024

1. Install "perl-Dist-Zilla-Role-FileWatcher.noarch" package

Here is a brief guide to show you how to install perl-Dist-Zilla-Role-FileWatcher.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Dist-Zilla-Role-FileWatcher.noarch

2. Uninstall "perl-Dist-Zilla-Role-FileWatcher.noarch" package

This tutorial shows how to uninstall perl-Dist-Zilla-Role-FileWatcher.noarch on Fedora 34:

$ sudo dnf remove perl-Dist-Zilla-Role-FileWatcher.noarch $ sudo dnf autoremove

3. Information about the perl-Dist-Zilla-Role-FileWatcher.noarch package on Fedora 34

Last metadata expiration check: 2:44:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Dist-Zilla-Role-FileWatcher
Version : 0.006
Release : 13.fc34
Architecture : noarch
Size : 25 k
Source : perl-Dist-Zilla-Role-FileWatcher-0.006-13.fc34.src.rpm
Repository : fedora
Summary : Receive notification when something changes a file's contents
URL : https://metacpan.org/release/Dist-Zilla-Role-FileWatcher
License : GPL+ or Artistic
Description : This is a role for Dist::Zilla plugins which gives you a mechanism for
: detecting and acting on files changing their content. This is useful if
: your plugin performs an action based on a file's content (perhaps copying
: that content to another file), and then later in the build process, that
: source file's content is later modified.