How To Install perl-File-Copy-Recursive-Reduced on Fedora 36

In this tutorial we learn how to install perl-File-Copy-Recursive-Reduced in Fedora 36. perl-File-Copy-Recursive-Reduced is Recursive copying of files and directories within Perl 5 toolchain

Introduction

In this tutorial we learn how to install perl-File-Copy-Recursive-Reduced on Fedora 36.

What is perl-File-Copy-Recursive-Reduced

This library is intended as a not-quite-drop-in replacement for certain functionality provided by CPAN distribution File-Copy-Recursive. The library provides methods similar enough to that distribution’s fcopy() and dircopy() functions to be usable in those CPAN distributions often described as being part of the Perl toolchain.

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

Install perl-File-Copy-Recursive-Reduced 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-Copy-Recursive-Reduced using dnf by running the following command:

sudo dnf -y install perl-File-Copy-Recursive-Reduced

Install perl-File-Copy-Recursive-Reduced 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-Copy-Recursive-Reduced using yum by running the following command:

sudo yum -y install perl-File-Copy-Recursive-Reduced

How To Uninstall perl-File-Copy-Recursive-Reduced on Fedora 36

To uninstall only the perl-File-Copy-Recursive-Reduced package we can use the following command:

sudo dnf remove perl-File-Copy-Recursive-Reduced

perl-File-Copy-Recursive-Reduced Package Contents on Fedora 36

/usr/share/doc/perl-File-Copy-Recursive-Reduced
/usr/share/doc/perl-File-Copy-Recursive-Reduced/Changes
/usr/share/doc/perl-File-Copy-Recursive-Reduced/README
/usr/share/doc/perl-File-Copy-Recursive-Reduced/Todo
/usr/share/licenses/perl-File-Copy-Recursive-Reduced
/usr/share/licenses/perl-File-Copy-Recursive-Reduced/LICENSE
/usr/share/man/man3/File::Copy::Recursive::Reduced.3pm.gz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/Copy
/usr/share/perl5/vendor_perl/File/Copy/Recursive
/usr/share/perl5/vendor_perl/File/Copy/Recursive/Reduced.pm

References

Summary

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