How To Install perl-File-Find-Rule-Perl.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-File-Find-Rule-Perl.noarch
on Amazon Linux 2.
What is perl-File-Find-Rule-Perl.noarch
This module provides methods for finding various types Perl-related files, or replicating search queries run on a distribution in various parts of the CPAN ecosystem.
We can use yum
to install perl-File-Find-Rule-Perl.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-Find-Rule-Perl.noarch.
Install perl-File-Find-Rule-Perl.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-Find-Rule-Perl.noarch
using yum
by running the following command:
sudo yum -y install perl-File-Find-Rule-Perl.noarch
How To Uninstall perl-File-Find-Rule-Perl.noarch on Amazon Linux 2
To uninstall only the perl-File-Find-Rule-Perl.noarch
package we can use the following command:
sudo yum remove perl-File-Find-Rule-Perl.noarch
perl-File-Find-Rule-Perl.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-File-Find-Rule-Perl-1.13
/usr/share/doc/perl-File-Find-Rule-Perl-1.13/Changes
/usr/share/doc/perl-File-Find-Rule-Perl-1.13/LICENSE
/usr/share/man/man3/File::Find::Rule::Perl.3pm.gz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/Find
/usr/share/perl5/vendor_perl/File/Find/Rule
/usr/share/perl5/vendor_perl/File/Find/Rule/Perl.pm
References
Summary
In this tutorial we learn how to install perl-File-Find-Rule-Perl.noarch
on Amazon Linux 2 using yum.