How to Install and Uninstall perl-Hash-Util-FieldHash-Compat Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "perl-Hash-Util-FieldHash-Compat" package

This is a short guide on how to install perl-Hash-Util-FieldHash-Compat on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Hash-Util-FieldHash-Compat

2. Uninstall "perl-Hash-Util-FieldHash-Compat" package

Please follow the steps below to uninstall perl-Hash-Util-FieldHash-Compat on openSuSE Tumbleweed:

$ sudo zypper remove perl-Hash-Util-FieldHash-Compat

3. Information about the perl-Hash-Util-FieldHash-Compat package on openSuSE Tumbleweed

Information for package perl-Hash-Util-FieldHash-Compat:
--------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Hash-Util-FieldHash-Compat
Version : 0.11-1.26
Arch : noarch
Vendor : openSUSE
Installed Size : 33.8 KiB
Installed : No
Status : not installed
Source package : perl-Hash-Util-FieldHash-Compat-0.11-1.26.src
Upstream URL : http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/
Summary : Use Hash::Util::FieldHash or ties, depending on availability
Description :
Under older perls this module provides a drop-in compatible API to
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is
available it will use that instead.
This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't ship
with that module.
See Hash::Util::FieldHash for all the details of the API.