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

Last updated: June 30,2024

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

Please follow the guidance below to install perl-File-Find-Iterator.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 2:44:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-File-Find-Iterator
Version : 0.4
Release : 30.fc36
Architecture : noarch
Size : 14 k
Source : perl-File-Find-Iterator-0.4-30.fc36.src.rpm
Repository : fedora
Summary : Iterator interface for search files
URL : https://metacpan.org/release/File-Find-Iterator
License : GPL+ or Artistic
Description : Find::File::Iterator is an iterator object for searching through directory
: trees. You can easily run filter on each file name. You can easily save
: the search state when you want to stop the search and continue the same
: search later.