How To Install perl-File-CheckTree.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-File-CheckTree.noarch in Amazon Linux 2. perl-File-CheckTree.noarch is Run many file-test checks on a tree

Introduction

In this tutorial we learn how to install perl-File-CheckTree.noarch on Amazon Linux 2.

What is perl-File-CheckTree.noarch

File string consisting of directives, each containing a file name plus a file test to try on it. (The file test may also be a “cd”, causing subsequent relative file names to be interpreted relative to that directory.) After the file test you may put || die to make it a fatal error if the file test fails. The default is || warn. The file test may optionally have a “!’ prepended to test for the opposite condition. If you do a cd and then list some relative file names, you may want to indent them slightly for readability. If you supply your own die() or warn() message, you can use $file to interpolate the file name.

We can use yum to install perl-File-CheckTree.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-CheckTree.noarch.

Install perl-File-CheckTree.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-CheckTree.noarch using yum by running the following command:

sudo yum -y install perl-File-CheckTree.noarch

How To Uninstall perl-File-CheckTree.noarch on Amazon Linux 2

To uninstall only the perl-File-CheckTree.noarch package we can use the following command:

sudo yum remove perl-File-CheckTree.noarch

perl-File-CheckTree.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-File-CheckTree-4.42
/usr/share/doc/perl-File-CheckTree-4.42/Changes
/usr/share/doc/perl-File-CheckTree-4.42/LICENSE
/usr/share/doc/perl-File-CheckTree-4.42/README
/usr/share/man/man3/File::CheckTree.3pm.gz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/CheckTree.pm

References

Summary

In this tutorial we learn how to install perl-File-CheckTree.noarch on Amazon Linux 2 using yum.