How to Install and Uninstall perl-Object-HashBase.src Package on Oracle Linux 9

Last updated: November 27,2024

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

This is a short guide on how to install perl-Object-HashBase.src on Oracle Linux 9

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

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

Please follow the step by step instructions below to uninstall perl-Object-HashBase.src on Oracle Linux 9:

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

3. Information about the perl-Object-HashBase.src package on Oracle Linux 9

Last metadata expiration check: 2:39:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Object-HashBase
Version : 0.009
Release : 7.el9
Architecture : src
Size : 31 k
Source : None
Repository : ol9_appstream
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.