How to Install and Uninstall python2-bsddb3 Package on openSUSE Leap

Last updated: May 03,2024

1. Install "python2-bsddb3" package

Please follow the instructions below to install python2-bsddb3 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-bsddb3

2. Uninstall "python2-bsddb3" package

Please follow the instructions below to uninstall python2-bsddb3 on openSUSE Leap:

$ sudo zypper remove python2-bsddb3

3. Information about the python2-bsddb3 package on openSUSE Leap

Information for package python2-bsddb3:
---------------------------------------
Repository : Main Repository
Name : python2-bsddb3
Version : 6.2.9-bp153.1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 603,5 KiB
Installed : No
Status : not installed
Source package : python-bsddb3-6.2.9-bp153.1.2.src
Summary : Python interface for 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
bsddb3.db module.