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

Last updated: October 08,2024

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

Please follow the instructions below to install perl-File-Finder.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall perl-File-Finder.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:33:06 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-File-Finder
Version : 0.53
Release : 32.fc36
Architecture : noarch
Size : 30 k
Source : perl-File-Finder-0.53-32.fc36.src.rpm
Repository : fedora
Summary : Nice wrapper for File::Find ala find(1)
URL : https://metacpan.org/release/File-Finder
License : GPL+ or Artistic
Description : File::Find is great, but constructing the wanted routine can sometimes be a
: pain. This module provides a wanted-writer, using syntax that is directly
: mappable to the find command's syntax.