How to Install and Uninstall perl-DBM-Deep Package on openSUSE Leap

Last updated: July 05,2024

1. Install "perl-DBM-Deep" package

This guide let you learn how to install perl-DBM-Deep on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-DBM-Deep

2. Uninstall "perl-DBM-Deep" package

This guide let you learn how to uninstall perl-DBM-Deep on openSUSE Leap:

$ sudo zypper remove perl-DBM-Deep

3. Information about the perl-DBM-Deep package on openSUSE Leap

Information for package perl-DBM-Deep:
--------------------------------------
Repository : Main Repository
Name : perl-DBM-Deep
Version : 2.0016-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 478.8 KiB
Installed : No
Status : not installed
Source package : perl-DBM-Deep-2.0016-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/DBM-Deep/
Summary : Pure Perl Multi-Level Hash/Array Dbm That Supports Transactions
Description :
A unique flat-file database module, written in pure perl. True multi-level
hash/array support (unlike MLDBM, which is faked), hybrid OO / tie()
interface, cross-platform FTPable files, ACID transactions, and is quite
fast. Can handle millions of keys and unlimited levels without significant
slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper
around a C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and
Windows.