How to Install and Uninstall perl-Hash-Util-FieldHash-Compat Package on openSUSE Leap

Last updated: May 18,2024

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

Please follow the step by step instructions below to install perl-Hash-Util-FieldHash-Compat on openSUSE Leap

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

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

This is a short guide on how to uninstall perl-Hash-Util-FieldHash-Compat on openSUSE Leap:

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

3. Information about the perl-Hash-Util-FieldHash-Compat package on openSUSE Leap

Information for package perl-Hash-Util-FieldHash-Compat:
--------------------------------------------------------
Repository : Main Repository
Name : perl-Hash-Util-FieldHash-Compat
Version : 0.11-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 34.2 KiB
Installed : No
Status : not installed
Source package : perl-Hash-Util-FieldHash-Compat-0.11-bp155.2.12.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.