How To Install perl-Sub-Exporter.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-Sub-Exporter.noarch on Amazon Linux 2.
What is perl-Sub-Exporter.noarch
Sub It allows for renaming, currying/sub-generation, and other cool stuff. ACHTUNG! If you’re not familiar with Exporter or exporting, read Sub
We can use yum to install perl-Sub-Exporter.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Sub-Exporter.noarch.
Install perl-Sub-Exporter.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-Sub-Exporter.noarch using yum by running the following command:
sudo yum -y install perl-Sub-Exporter.noarch
How To Uninstall perl-Sub-Exporter.noarch on Amazon Linux 2
To uninstall only the perl-Sub-Exporter.noarch package we can use the following command:
sudo yum remove perl-Sub-Exporter.noarch
perl-Sub-Exporter.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Sub-Exporter-0.986
/usr/share/doc/perl-Sub-Exporter-0.986/Changes
/usr/share/doc/perl-Sub-Exporter-0.986/README
/usr/share/doc/perl-Sub-Exporter-0.986/t
/usr/share/doc/perl-Sub-Exporter-0.986/t/00-compile.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/000-report-versions-tiny.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/col-init.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/collection.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/expand-group.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/faux-export.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/gen-callable.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/group-generator.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/inherited.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/into-level.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/lib
/usr/share/doc/perl-Sub-Exporter-0.986/t/lib/Test
/usr/share/doc/perl-Sub-Exporter-0.986/t/lib/Test/SubExporter
/usr/share/doc/perl-Sub-Exporter-0.986/t/lib/Test/SubExporter/DashSetup.pm
/usr/share/doc/perl-Sub-Exporter-0.986/t/lib/Test/SubExporter/Faux.pm
/usr/share/doc/perl-Sub-Exporter-0.986/t/lib/Test/SubExporter/GroupGen.pm
/usr/share/doc/perl-Sub-Exporter-0.986/t/lib/Test/SubExporter/GroupGenSubclass.pm
/usr/share/doc/perl-Sub-Exporter-0.986/t/lib/Test/SubExporter/ObjGen.pm
/usr/share/doc/perl-Sub-Exporter-0.986/t/lib/Test/SubExporter/s_e.pm
/usr/share/doc/perl-Sub-Exporter-0.986/t/real-export-groupgen.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/real-export-href.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/real-export-setup.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/util-curry.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/util-currychain.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/util-like.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/util-merge.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/util-mixin.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/util-namemap.t
/usr/share/doc/perl-Sub-Exporter-0.986/t/valid-config.t
/usr/share/man/man3/Sub::Exporter.3pm.gz
/usr/share/man/man3/Sub::Exporter::Cookbook.3pm.gz
/usr/share/man/man3/Sub::Exporter::Tutorial.3pm.gz
/usr/share/man/man3/Sub::Exporter::Util.3pm.gz
/usr/share/perl5/vendor_perl/Sub
/usr/share/perl5/vendor_perl/Sub/Exporter
/usr/share/perl5/vendor_perl/Sub/Exporter.pm
/usr/share/perl5/vendor_perl/Sub/Exporter/Cookbook.pod
/usr/share/perl5/vendor_perl/Sub/Exporter/Tutorial.pod
/usr/share/perl5/vendor_perl/Sub/Exporter/Util.pm
References
Summary
In this tutorial we learn how to install perl-Sub-Exporter.noarch on Amazon Linux 2 using yum.