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

Last updated: November 29,2024

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

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

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

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

Please follow the guidelines below to uninstall perl-File-Find-Object.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:11:02 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-File-Find-Object
Version : 0.3.7
Release : 2.fc38
Architecture : noarch
Size : 38 k
Source : perl-File-Find-Object-0.3.7-2.fc38.src.rpm
Repository : fedora
Summary : Object oriented File::Find replacement
URL : https://metacpan.org/release/File-Find-Object
License : GPL-2.0-or-later 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.