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

Last updated: July 05,2024

1. Install "python312-ZODB" package

This guide let you learn how to install python312-ZODB on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-ZODB

2. Uninstall "python312-ZODB" package

This guide let you learn how to uninstall python312-ZODB on openSuSE Tumbleweed:

$ sudo zypper remove python312-ZODB

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

Information for package python312-ZODB:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-ZODB
Version : 5.8.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 3.6 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.