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

Last updated: June 30,2024

1. Install "python312-berkeleydb" package

Here is a brief guide to show you how to install python312-berkeleydb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-berkeleydb

2. Uninstall "python312-berkeleydb" package

This is a short guide on how to uninstall python312-berkeleydb on openSuSE Tumbleweed:

$ sudo zypper remove python312-berkeleydb

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

Information for package python312-berkeleydb:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-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.