How To Install perl-App-find2perl on Fedora 36

In this tutorial we learn how to install perl-App-find2perl in Fedora 36. perl-App-find2perl is Translate find command lines to Perl code

Introduction

In this tutorial we learn how to install perl-App-find2perl on Fedora 36.

What is perl-App-find2perl

This package delivers find2perl tool which is a little translator to convert find command lines to equivalent Perl code.

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

Install perl-App-find2perl 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-App-find2perl using dnf by running the following command:

sudo dnf -y install perl-App-find2perl

Install perl-App-find2perl 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-App-find2perl using yum by running the following command:

sudo yum -y install perl-App-find2perl

How To Uninstall perl-App-find2perl on Fedora 36

To uninstall only the perl-App-find2perl package we can use the following command:

sudo dnf remove perl-App-find2perl

perl-App-find2perl Package Contents on Fedora 36

/usr/bin/find2perl
/usr/share/doc/perl-App-find2perl
/usr/share/doc/perl-App-find2perl/Changes
/usr/share/doc/perl-App-find2perl/README
/usr/share/licenses/perl-App-find2perl
/usr/share/licenses/perl-App-find2perl/LICENSE
/usr/share/man/man1/find2perl.1.gz
/usr/share/man/man3/App::find2perl.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/find2perl.pm

References

Summary

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