How To Install perl-Object-HashBase on Fedora 36

In this tutorial we learn how to install perl-Object-HashBase in Fedora 36. perl-Object-HashBase is Build hash-based classes

Introduction

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

What is perl-Object-HashBase

This package is used to generate classes based on hash references. Using this class will give you a new() method, as well as generating accessors you request. Generated accessors will be getters, set_ACCESSOR setters will also be generated for you. You also get constants for each accessor (all caps) which return the key into the hash for that accessor. Single inheritance is also supported.

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

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

sudo dnf -y install perl-Object-HashBase

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

sudo yum -y install perl-Object-HashBase

How To Uninstall perl-Object-HashBase on Fedora 36

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

sudo dnf remove perl-Object-HashBase

perl-Object-HashBase Package Contents on Fedora 36

/usr/share/doc/perl-Object-HashBase
/usr/share/doc/perl-Object-HashBase/Changes
/usr/share/doc/perl-Object-HashBase/README
/usr/share/licenses/perl-Object-HashBase
/usr/share/licenses/perl-Object-HashBase/LICENSE
/usr/share/man/man3/Object::HashBase.3pm.gz
/usr/share/perl5/vendor_perl/Object
/usr/share/perl5/vendor_perl/Object/HashBase.pm

References

Summary

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