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

Last updated: July 07,2024

1. Install "python310-berkeleydb" package

This tutorial shows how to install python310-berkeleydb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-berkeleydb

2. Uninstall "python310-berkeleydb" package

Please follow the steps below to uninstall python310-berkeleydb on openSuSE Tumbleweed:

$ sudo zypper remove python310-berkeleydb

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

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