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

Last updated: September 28,2024

1. Install "python311-berkeleydb" package

Please follow the step by step instructions below to install python311-berkeleydb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-berkeleydb

2. Uninstall "python311-berkeleydb" package

This tutorial shows how to uninstall python311-berkeleydb on openSuSE Tumbleweed:

$ sudo zypper remove python311-berkeleydb

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

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