How to Install and Uninstall perl-Tie-RefHash-Weak Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Tie-RefHash-Weak" package

Please follow the guidance below to install perl-Tie-RefHash-Weak on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Tie-RefHash-Weak

2. Uninstall "perl-Tie-RefHash-Weak" package

Here is a brief guide to show you how to uninstall perl-Tie-RefHash-Weak on openSUSE Leap:

$ sudo zypper remove perl-Tie-RefHash-Weak

3. Information about the perl-Tie-RefHash-Weak package on openSUSE Leap

Information for package perl-Tie-RefHash-Weak:
----------------------------------------------
Repository : Main Repository
Name : perl-Tie-RefHash-Weak
Version : 0.09-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 8.1 KiB
Installed : No
Status : not installed
Source package : perl-Tie-RefHash-Weak-0.09-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Tie-RefHash-Weak/
Summary : A Tie::RefHash subclass with weakened references in the keys.
Description :
The the Tie::RefHash manpage module can be used to access hashes by
reference. This is useful when you index by object, for example.
The problem with the Tie::RefHash manpage, and cross indexing, is that
sometimes the index should not contain strong references to the objecs. the
Tie::RefHash manpage's internal structures contain strong references to the
key, and provide no convenient means to make those references weak.
This subclass of the Tie::RefHash manpage has weak keys, instead of strong
ones. The values are left unaltered, and you'll have to make sure there are
no strong references there yourself.