How to Install and Uninstall perl-BerkeleyDB Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "perl-BerkeleyDB" package

Here is a brief guide to show you how to install perl-BerkeleyDB on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-BerkeleyDB

2. Uninstall "perl-BerkeleyDB" package

Please follow the steps below to uninstall perl-BerkeleyDB on openSuSE Tumbleweed:

$ sudo zypper remove perl-BerkeleyDB

3. Information about the perl-BerkeleyDB package on openSuSE Tumbleweed

Information for package perl-BerkeleyDB:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-BerkeleyDB
Version : 0.65-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 527.7 KiB
Installed : No
Status : not installed
Source package : perl-BerkeleyDB-0.65-1.8.src
Upstream URL : https://metacpan.org/release/BerkeleyDB
Summary : Perl extension for Berkeley DB version 2, 3, 4, 5 or 6
Description :
*NOTE: This document is still under construction. Expect it to be
incomplete in places.*
This Perl module provides an interface to most of the functionality
available in Berkeley DB versions 2, 3, 5 and 6. In general it is safe to
assume that the interface provided here to be identical to the Berkeley DB
interface. The main changes have been to make the Berkeley DB API work in a
Perl way. Note that if you are using Berkeley DB 2.x, the new features
available in Berkeley DB 3.x or later are not available via this module.
The reader is expected to be familiar with the Berkeley DB documentation.
Where the interface provided here is identical to the Berkeley DB library
and the... TODO
The *db_appinit*, *db_cursor*, *db_open* and *db_txn* man pages are
particularly relevant.
The interface to Berkeley DB is implemented with a number of Perl classes.