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

Last updated: September 20,2024

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

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

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

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

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

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

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

Last metadata expiration check: 2:58:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-File-Finder
Version : 0.53
Release : 29.fc34
Architecture : noarch
Size : 30 k
Source : perl-File-Finder-0.53-29.fc34.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.