How To Install perl-Set-Object on Fedora 36

In this tutorial we learn how to install perl-Set-Object in Fedora 36. perl-Set-Object is Set of objects and strings

Introduction

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

What is perl-Set-Object

This modules implements a set of objects, that is, an unordered collection of objects without duplication. The term objects is applied loosely - for the sake of Set anything that is a reference is considered an object.

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

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

sudo dnf -y install perl-Set-Object

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

sudo yum -y install perl-Set-Object

How To Uninstall perl-Set-Object on Fedora 36

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

sudo dnf remove perl-Set-Object

perl-Set-Object Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/04e4ef412698424b2c5c64d634596b0913e791
/usr/lib64/perl5/vendor_perl/Set
/usr/lib64/perl5/vendor_perl/Set/Object
/usr/lib64/perl5/vendor_perl/Set/Object.pm
/usr/lib64/perl5/vendor_perl/Set/Object/Weak.pm
/usr/lib64/perl5/vendor_perl/auto/Set
/usr/lib64/perl5/vendor_perl/auto/Set/Object
/usr/lib64/perl5/vendor_perl/auto/Set/Object/Object.so
/usr/lib64/perl5/vendor_perl/auto/Set/Object/autosplit.ix
/usr/share/doc/perl-Set-Object
/usr/share/doc/perl-Set-Object/Changes.pod
/usr/share/doc/perl-Set-Object/META.yml
/usr/share/doc/perl-Set-Object/README
/usr/share/licenses/perl-Set-Object
/usr/share/licenses/perl-Set-Object/LICENSE
/usr/share/man/man3/Set::Changes.3pm.gz
/usr/share/man/man3/Set::Object.3pm.gz
/usr/share/man/man3/Set::Object::Weak.3pm.gz

References

Summary

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