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

Last updated: June 13,2024

1. Install "python39-ZODB" package

Please follow the instructions below to install python39-ZODB on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-ZODB

2. Uninstall "python39-ZODB" package

This is a short guide on how to uninstall python39-ZODB on openSuSE Tumbleweed:

$ sudo zypper remove python39-ZODB

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

Information for package python39-ZODB:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-ZODB
Version : 5.8.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.8 MiB
Installed : No
Status : not installed
Source package : python-ZODB-5.8.1-1.2.src
Upstream URL : https://github.com/zopefoundation/ZODB
Summary : Zope Object Database: object database and persistence
Description :
The Zope Object Database provides an object-oriented database for Python that
provides a high-degree of transparency. Applications can take advantage of
object database features with few, if any, changes to application logic. ZODB
includes features such as a plugable storage interface, rich transaction
support, and undo.