How To Install perl-AutoSplit on Fedora 36

In this tutorial we learn how to install perl-AutoSplit in Fedora 36. perl-AutoSplit is Split a package for automatic loading

Introduction

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

What is perl-AutoSplit

Split up your program into files that the AutoLoader module can handle. It is used by both the standard Perl libraries and by the ExtUtils utility, to automatically configure libraries for automatic loading.

We can use yum or dnf to install perl-AutoSplit on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-AutoSplit.

Install perl-AutoSplit 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-AutoSplit using dnf by running the following command:

sudo dnf -y install perl-AutoSplit

Install perl-AutoSplit 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-AutoSplit using yum by running the following command:

sudo yum -y install perl-AutoSplit

How To Uninstall perl-AutoSplit on Fedora 36

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

sudo dnf remove perl-AutoSplit

perl-AutoSplit Package Contents on Fedora 36

/usr/share/man/man3/AutoSplit.3pm.gz
/usr/share/perl5/AutoSplit.pm

References

Summary

In this tutorial we learn how to install perl-AutoSplit on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).