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

Last updated: May 22,2024

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

This guide covers the steps necessary to install perl-File-Find-Object.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-File-Find-Object.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:30:37 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-File-Find-Object
Version : 0.3.6
Release : 2.fc36
Architecture : noarch
Size : 39 k
Source : perl-File-Find-Object-0.3.6-2.fc36.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.