How to Install and Uninstall perl-BerkeleyDB Package on openSUSE Leap

Last updated: October 05,2024

1. Install "perl-BerkeleyDB" package

This tutorial shows how to install perl-BerkeleyDB on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-BerkeleyDB

2. Uninstall "perl-BerkeleyDB" package

Learn how to uninstall perl-BerkeleyDB on openSUSE Leap:

$ sudo zypper remove perl-BerkeleyDB

3. Information about the perl-BerkeleyDB package on openSUSE Leap

Information for package perl-BerkeleyDB:
----------------------------------------
Repository : Main Repository
Name : perl-BerkeleyDB
Version : 0.55-1.29
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 515.5 KiB
Installed : No
Status : not installed
Source package : perl-BerkeleyDB-0.55-1.29.src
Upstream URL : http://search.cpan.org/dist/BerkeleyDB/
Summary : Perl extension for Berkeley DB version 2, 3, 4 or 5
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.