How To Install perl-Array-IntSpan on Fedora 36

In this tutorial we learn how to install perl-Array-IntSpan in Fedora 36. perl-Array-IntSpan is Handles arrays of scalars or objects using integer ranges

Introduction

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

What is perl-Array-IntSpan

Array include manipulating grades, routing tables, or any other situation where you have mutually exclusive ranges of integers that map to given values.

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

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

sudo dnf -y install perl-Array-IntSpan

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

sudo yum -y install perl-Array-IntSpan

How To Uninstall perl-Array-IntSpan on Fedora 36

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

sudo dnf remove perl-Array-IntSpan

perl-Array-IntSpan Package Contents on Fedora 36

/usr/share/doc/perl-Array-IntSpan
/usr/share/doc/perl-Array-IntSpan/README
/usr/share/licenses/perl-Array-IntSpan
/usr/share/licenses/perl-Array-IntSpan/LICENSE
/usr/share/man/man3/Array::IntSpan.3pm.gz
/usr/share/man/man3/Array::IntSpan::Fields.3pm.gz
/usr/share/man/man3/Array::IntSpan::IP.3pm.gz
/usr/share/perl5/vendor_perl/Array
/usr/share/perl5/vendor_perl/Array/IntSpan
/usr/share/perl5/vendor_perl/Array/IntSpan.pm
/usr/share/perl5/vendor_perl/Array/IntSpan/Fields.pm
/usr/share/perl5/vendor_perl/Array/IntSpan/IP.pm

References

Summary

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