How To Install perl-Set-Array on Fedora 36

In this tutorial we learn how to install perl-Set-Array in Fedora 36. perl-Set-Array is Arrays as objects with lots of handy methods

Introduction

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

What is perl-Set-Array

Set on them. Many convenient methods are provided here that appear in the FAQ’s, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corresponding (overloaded) operators for the purpose of Set comparison, i.e. +, ==, etc.

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

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

sudo dnf -y install perl-Set-Array

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

sudo yum -y install perl-Set-Array

How To Uninstall perl-Set-Array on Fedora 36

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

sudo dnf remove perl-Set-Array

perl-Set-Array Package Contents on Fedora 36

/usr/share/doc/perl-Set-Array
/usr/share/doc/perl-Set-Array/Changes
/usr/share/doc/perl-Set-Array/README
/usr/share/man/man3/Set::Array.3pm.gz
/usr/share/perl5/vendor_perl/Set
/usr/share/perl5/vendor_perl/Set/Array.pm

References

Summary

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