How To Install perl-Exporter-Tiny on Rocky Linux 8

In this tutorial we learn how to install perl-Exporter-Tiny on Rocky Linux 8. perl-Exporter-Tiny is An exporter with the features of Sub

Introduction

In this tutorial we learn how to install perl-Exporter-Tiny on Rocky Linux 8.

What is perl-Exporter-Tiny

Exporter including renaming imported functions with the -as, -prefix and -suffix options; explicit destinations with the into option; and alternative installers with the installer option. But it’s written in only about 40% as many lines of code and with zero non-core dependencies. Its internal-facing interface is closer to Exporter.pm, with configuration done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables. Exporter tag names to sub names, resolution of sub names to coderefs, and installation of coderefs into the target package) as method calls, which means they can be overridden to provide interesting behavior.

We can use yum or dnf to install perl-Exporter-Tiny on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Exporter-Tiny.

Install perl-Exporter-Tiny on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Exporter-Tiny using dnf by running the following command:

sudo dnf -y install perl-Exporter-Tiny

Install perl-Exporter-Tiny on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Exporter-Tiny using yum by running the following command:

sudo yum -y install perl-Exporter-Tiny

How To Uninstall perl-Exporter-Tiny on Rocky Linux 8

To uninstall only the perl-Exporter-Tiny package we can use the following command:

sudo dnf remove perl-Exporter-Tiny

perl-Exporter-Tiny Package Contents on Rocky Linux 8

/usr/share/doc/perl-Exporter-Tiny
/usr/share/doc/perl-Exporter-Tiny/CREDITS
/usr/share/doc/perl-Exporter-Tiny/Changes
/usr/share/doc/perl-Exporter-Tiny/README
/usr/share/doc/perl-Exporter-Tiny/examples
/usr/share/doc/perl-Exporter-Tiny/examples/Example
/usr/share/doc/perl-Exporter-Tiny/examples/Example/Exporter.pm
/usr/share/licenses/perl-Exporter-Tiny
/usr/share/licenses/perl-Exporter-Tiny/COPYRIGHT
/usr/share/licenses/perl-Exporter-Tiny/LICENSE
/usr/share/man/man3/Exporter::Shiny.3pm.gz
/usr/share/man/man3/Exporter::Tiny.3pm.gz
/usr/share/man/man3/Exporter::Tiny::Manual::Etc.3pm.gz
/usr/share/man/man3/Exporter::Tiny::Manual::Exporting.3pm.gz
/usr/share/man/man3/Exporter::Tiny::Manual::Importing.3pm.gz
/usr/share/man/man3/Exporter::Tiny::Manual::QuickStart.3pm.gz
/usr/share/perl5/vendor_perl/Exporter
/usr/share/perl5/vendor_perl/Exporter/Shiny.pm
/usr/share/perl5/vendor_perl/Exporter/Tiny
/usr/share/perl5/vendor_perl/Exporter/Tiny.pm
/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual
/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Etc.pod
/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Exporting.pod
/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Importing.pod
/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/QuickStart.pod

References

Summary

In this tutorial we learn how to install perl-Exporter-Tiny on Rocky Linux 8 using yum and dnf.