How to Install and Uninstall perl-Object-HashBase.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Object-HashBase.noarch" package

In this section, we are going to explain the necessary steps to install perl-Object-HashBase.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Object-HashBase.noarch

2. Uninstall "perl-Object-HashBase.noarch" package

This is a short guide on how to uninstall perl-Object-HashBase.noarch on Fedora 34:

$ sudo dnf remove perl-Object-HashBase.noarch $ sudo dnf autoremove

3. Information about the perl-Object-HashBase.noarch package on Fedora 34

Last metadata expiration check: 0:21:08 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Object-HashBase
Version : 0.009
Release : 5.fc34
Architecture : noarch
Size : 26 k
Source : perl-Object-HashBase-0.009-5.fc34.src.rpm
Repository : fedora
Summary : Build hash-based classes
URL : https://metacpan.org/release/Object-HashBase
License : GPL+ or Artistic
Description : 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.