How to Install and Uninstall perl-Tie-ToObject.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-Tie-ToObject.noarch" package

Here is a brief guide to show you how to install perl-Tie-ToObject.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Tie-ToObject.noarch

2. Uninstall "perl-Tie-ToObject.noarch" package

Here is a brief guide to show you how to uninstall perl-Tie-ToObject.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Tie-ToObject.noarch $ sudo dnf autoremove

3. Information about the perl-Tie-ToObject.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:44:15 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Tie-ToObject
Version : 0.03
Release : 44.el9
Architecture : noarch
Size : 11 k
Source : perl-Tie-ToObject-0.03-44.el9.src.rpm
Repository : epel
Summary : Tie to an existing object
URL : https://metacpan.org/release/Tie-ToObject
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : While the perldoc/tie manpage allows tying to an arbitrary object, the
: class in question must support this in it's implementation of 'TIEHASH',
: 'TIEARRAY' or whatever.
:
: This class provides a very tie constructor that simply returns the object
: it was given as it's first argument.
:
: This way side effects of calling '$object->TIEHASH' are avoided.