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

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-File-Find-Iterator.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-File-Find-Iterator.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:21:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-File-Find-Iterator
Version : 0.4
Release : 26.fc34
Architecture : noarch
Size : 14 k
Source : perl-File-Find-Iterator-0.4-26.fc34.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.