How To Install perl-File-Copy-Recursive.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-File-Copy-Recursive.noarch
on Amazon Linux 2.
What is perl-File-Copy-Recursive.noarch
This module copies and moves directories recursively to an optional depth and attempts to preserve each file or directory’s mode.
We can use yum
to install perl-File-Copy-Recursive.noarch
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-File-Copy-Recursive.noarch.
Install perl-File-Copy-Recursive.noarch on Amazon Linux 2 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.noarch
using yum
by running the following command:
sudo yum -y install perl-File-Copy-Recursive.noarch
How To Uninstall perl-File-Copy-Recursive.noarch on Amazon Linux 2
To uninstall only the perl-File-Copy-Recursive.noarch
package we can use the following command:
sudo yum remove perl-File-Copy-Recursive.noarch
perl-File-Copy-Recursive.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-File-Copy-Recursive-0.38
/usr/share/doc/perl-File-Copy-Recursive-0.38/Changes
/usr/share/doc/perl-File-Copy-Recursive-0.38/README
/usr/share/man/man3/File::Copy::Recursive.3pm.gz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/Copy
/usr/share/perl5/vendor_perl/File/Copy/Recursive.pm
References
Summary
In this tutorial we learn how to install perl-File-Copy-Recursive.noarch
on Amazon Linux 2 using yum.