How To Install perl-Sub-Exporter on Fedora 36

In this tutorial we learn how to install perl-Sub-Exporter in Fedora 36. perl-Sub-Exporter is Sophisticated exporter for custom-built routines

Introduction

In this tutorial we learn how to install perl-Sub-Exporter on Fedora 36.

What is perl-Sub-Exporter

Sub 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 or dnf to install perl-Sub-Exporter on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Sub-Exporter.

Install perl-Sub-Exporter on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-Sub-Exporter

Install perl-Sub-Exporter on Fedora 36 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 using yum by running the following command:

sudo yum -y install perl-Sub-Exporter

How To Uninstall perl-Sub-Exporter on Fedora 36

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

sudo dnf remove perl-Sub-Exporter

perl-Sub-Exporter Package Contents on Fedora 36

/usr/share/doc/perl-Sub-Exporter
/usr/share/doc/perl-Sub-Exporter/Changes
/usr/share/doc/perl-Sub-Exporter/README
/usr/share/doc/perl-Sub-Exporter/t
/usr/share/doc/perl-Sub-Exporter/t/00-report-prereqs.dd
/usr/share/doc/perl-Sub-Exporter/t/00-report-prereqs.t
/usr/share/doc/perl-Sub-Exporter/t/col-init.t
/usr/share/doc/perl-Sub-Exporter/t/collection.t
/usr/share/doc/perl-Sub-Exporter/t/expand-group.t
/usr/share/doc/perl-Sub-Exporter/t/faux-export.t
/usr/share/doc/perl-Sub-Exporter/t/gen-callable.t
/usr/share/doc/perl-Sub-Exporter/t/group-generator.t
/usr/share/doc/perl-Sub-Exporter/t/inherited.t
/usr/share/doc/perl-Sub-Exporter/t/into-level.t
/usr/share/doc/perl-Sub-Exporter/t/lib
/usr/share/doc/perl-Sub-Exporter/t/lib/Test
/usr/share/doc/perl-Sub-Exporter/t/lib/Test/SubExporter
/usr/share/doc/perl-Sub-Exporter/t/lib/Test/SubExporter/DashSetup.pm
/usr/share/doc/perl-Sub-Exporter/t/lib/Test/SubExporter/Faux.pm
/usr/share/doc/perl-Sub-Exporter/t/lib/Test/SubExporter/GroupGen.pm
/usr/share/doc/perl-Sub-Exporter/t/lib/Test/SubExporter/GroupGenSubclass.pm
/usr/share/doc/perl-Sub-Exporter/t/lib/Test/SubExporter/ObjGen.pm
/usr/share/doc/perl-Sub-Exporter/t/lib/Test/SubExporter/s_e.pm
/usr/share/doc/perl-Sub-Exporter/t/real-export-groupgen.t
/usr/share/doc/perl-Sub-Exporter/t/real-export-href.t
/usr/share/doc/perl-Sub-Exporter/t/real-export-setup.t
/usr/share/doc/perl-Sub-Exporter/t/util-curry.t
/usr/share/doc/perl-Sub-Exporter/t/util-currychain.t
/usr/share/doc/perl-Sub-Exporter/t/util-like.t
/usr/share/doc/perl-Sub-Exporter/t/util-merge.t
/usr/share/doc/perl-Sub-Exporter/t/util-mixin.t
/usr/share/doc/perl-Sub-Exporter/t/util-namemap.t
/usr/share/doc/perl-Sub-Exporter/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 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).