How To Install perl-overload on Fedora 36

In this tutorial we learn how to install perl-overload in Fedora 36. perl-overload is Overloading Perl operations

Introduction

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

What is perl-overload

The “overload” pragma allows overloading of Perl operators for a class. To overload built-in functions, see “Overriding Built-in Functions” in perlsub POD instead.

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

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

sudo dnf -y install perl-overload

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

sudo yum -y install perl-overload

How To Uninstall perl-overload on Fedora 36

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

sudo dnf remove perl-overload

perl-overload Package Contents on Fedora 36

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

References

Summary

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