How To Install perl-File-Find-Object on Fedora 36

In this tutorial we learn how to install perl-File-Find-Object in Fedora 36. perl-File-Find-Object is Object oriented File

Introduction

In this tutorial we learn how to install perl-File-Find-Object on Fedora 36.

What is perl-File-Find-Object

File and with an iterator. As File perform multiple searches in the same application. The second problem of File easily wait for another event and so get the next result.

We can use yum or dnf to install perl-File-Find-Object on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-File-Find-Object.

Install perl-File-Find-Object on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-File-Find-Object using dnf by running the following command:

sudo dnf -y install perl-File-Find-Object

Install perl-File-Find-Object on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-File-Find-Object using yum by running the following command:

sudo yum -y install perl-File-Find-Object

How To Uninstall perl-File-Find-Object on Fedora 36

To uninstall only the perl-File-Find-Object package we can use the following command:

sudo dnf remove perl-File-Find-Object

perl-File-Find-Object Package Contents on Fedora 36

/usr/share/doc/perl-File-Find-Object
/usr/share/doc/perl-File-Find-Object/Changes
/usr/share/doc/perl-File-Find-Object/README.md
/usr/share/doc/perl-File-Find-Object/examples
/usr/share/doc/perl-File-Find-Object/examples/tree
/usr/share/licenses/perl-File-Find-Object
/usr/share/licenses/perl-File-Find-Object/LICENSE
/usr/share/man/man3/File::Find::Object.3pm.gz
/usr/share/man/man3/File::Find::Object::Base.3pm.gz
/usr/share/man/man3/File::Find::Object::PathComp.3pm.gz
/usr/share/man/man3/File::Find::Object::Result.3pm.gz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/Find
/usr/share/perl5/vendor_perl/File/Find/Object
/usr/share/perl5/vendor_perl/File/Find/Object.pm
/usr/share/perl5/vendor_perl/File/Find/Object/Base.pm
/usr/share/perl5/vendor_perl/File/Find/Object/PathComp.pm
/usr/share/perl5/vendor_perl/File/Find/Object/Result.pm

References

Summary

In this tutorial we learn how to install perl-File-Find-Object on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).