How to Install and Uninstall perl-Tie-Hash-DBD Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "perl-Tie-Hash-DBD" package

Here is a brief guide to show you how to install perl-Tie-Hash-DBD on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Tie-Hash-DBD

2. Uninstall "perl-Tie-Hash-DBD" package

Please follow the step by step instructions below to uninstall perl-Tie-Hash-DBD on openSuSE Tumbleweed:

$ sudo zypper remove perl-Tie-Hash-DBD

3. Information about the perl-Tie-Hash-DBD package on openSuSE Tumbleweed

Information for package perl-Tie-Hash-DBD:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Tie-Hash-DBD
Version : 0.24-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 56.9 KiB
Installed : No
Status : not installed
Source package : perl-Tie-Hash-DBD-0.24-1.4.src
Upstream URL : https://metacpan.org/release/Tie-Hash-DBD
Summary : Tie plain hashes to DBI interface
Description :
This module has been created to act as a drop-in replacement for modules
that tie straight perl hashes to disk, like 'DB_File'. When the running
system does not have enough memory to hold large hashes, and disk-tieing
won't work because there is not enough space, it works quite well to tie
the hash to a database, which preferable runs on a different server.
This module ties a hash to a database table using *only* a 'key' and a
'value' field. If no tables specification is passed, this will create a
temporary table with 'h_key' for the key field and a 'h_value' for the
value field.
I think it would make sense to merge the functionality that this module
provides into 'Tie::DBI'.