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

Last updated: July 05,2024

1. Install "perl-File-Find-Object.noarch" package

This is a short guide on how to install perl-File-Find-Object.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-File-Find-Object.noarch

2. Uninstall "perl-File-Find-Object.noarch" package

Learn how to uninstall perl-File-Find-Object.noarch on Fedora 34:

$ sudo dnf remove perl-File-Find-Object.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:41:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-File-Find-Object
Version : 0.3.5
Release : 5.fc34
Architecture : noarch
Size : 40 k
Source : perl-File-Find-Object-0.3.5-5.fc34.src.rpm
Repository : fedora
Summary : Object oriented File::Find replacement
URL : https://metacpan.org/release/File-Find-Object
License : GPLv2+ or Artistic 2.0
Description : File::Find::Object does the same job as File::Find but works like an object
: and with an iterator. As File::Find is not object oriented, one cannot
: perform multiple searches in the same application. The second problem of
: File::Find is its file processing: after starting its main loop, one cannot
: easily wait for another event and so get the next result.