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

Last updated: May 11,2024

1. Install "python38-ZODB" package

This is a short guide on how to install python38-ZODB on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-ZODB

2. Uninstall "python38-ZODB" package

In this section, we are going to explain the necessary steps to uninstall python38-ZODB on openSuSE Tumbleweed:

$ sudo zypper remove python38-ZODB

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

Information for package python38-ZODB:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ZODB
Version : 5.6.0-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 3,2 MiB
Installed : No
Status : not installed
Source package : python-ZODB-5.6.0-1.7.src
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.