How To Install perl-Set-Scalar on Fedora 36

In this tutorial we learn how to install perl-Set-Scalar in Fedora 36. perl-Set-Scalar is Basic set operations

Introduction

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

What is perl-Set-Scalar

Basic set operations.

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

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

sudo dnf -y install perl-Set-Scalar

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

sudo yum -y install perl-Set-Scalar

How To Uninstall perl-Set-Scalar on Fedora 36

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

sudo dnf remove perl-Set-Scalar

perl-Set-Scalar Package Contents on Fedora 36

/usr/share/doc/perl-Set-Scalar
/usr/share/doc/perl-Set-Scalar/ChangeLog
/usr/share/doc/perl-Set-Scalar/README
/usr/share/doc/perl-Set-Scalar/README.old
/usr/share/man/man3/Set::Scalar.3pm.gz
/usr/share/man/man3/Set::Scalar::Base.3pm.gz
/usr/share/man/man3/Set::Scalar::Null.3pm.gz
/usr/share/man/man3/Set::Scalar::Real.3pm.gz
/usr/share/man/man3/Set::Scalar::Universe.3pm.gz
/usr/share/man/man3/Set::Scalar::Valued.3pm.gz
/usr/share/man/man3/Set::Scalar::ValuedUniverse.3pm.gz
/usr/share/man/man3/Set::Scalar::Virtual.3pm.gz
/usr/share/perl5/vendor_perl/Set
/usr/share/perl5/vendor_perl/Set/Scalar
/usr/share/perl5/vendor_perl/Set/Scalar.pm
/usr/share/perl5/vendor_perl/Set/Scalar/Base.pm
/usr/share/perl5/vendor_perl/Set/Scalar/Null.pm
/usr/share/perl5/vendor_perl/Set/Scalar/Real.pm
/usr/share/perl5/vendor_perl/Set/Scalar/Universe.pm
/usr/share/perl5/vendor_perl/Set/Scalar/Valued.pm
/usr/share/perl5/vendor_perl/Set/Scalar/ValuedUniverse.pm
/usr/share/perl5/vendor_perl/Set/Scalar/Virtual.pm

References

Summary

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