How to Install and Uninstall python39-berkeleydb Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python39-berkeleydb" package

In this section, we are going to explain the necessary steps to install python39-berkeleydb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-berkeleydb

2. Uninstall "python39-berkeleydb" package

This guide covers the steps necessary to uninstall python39-berkeleydb on openSuSE Tumbleweed:

$ sudo zypper remove python39-berkeleydb

3. Information about the python39-berkeleydb package on openSuSE Tumbleweed

Information for package python39-berkeleydb:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-berkeleydb
Version : 18.1.8-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-berkeleydb-18.1.8-1.1.src
Upstream URL : https://www.jcea.es/programacion/pybsddb.htm
Summary : Python bindings for Oracle Berkeley DB
Description :
This module provides a nearly complete wrapping of the Oracle/Sleepycat C API
for the Database Environment, Database, Cursor, Log Cursor, Sequence and
Transaction objects, and each of these is exposed as a Python type in the
berkeleydb.db module. The database objects can use various access methods:
btree, hash, recno, queue and heap. Complete support of Oracle Berkeley DB
distributed transactions. Complete support for Oracle Berkeley DB Replication
Manager. Complete support for Oracle Berkeley DB Base Replication.