How to Install and Uninstall python3-ZODB Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-ZODB" package

Please follow the guidelines below to install python3-ZODB on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ZODB

2. Uninstall "python3-ZODB" package

Please follow the step by step instructions below to uninstall python3-ZODB on openSUSE Leap:

$ sudo zypper remove python3-ZODB

3. Information about the python3-ZODB package on openSUSE Leap

Information for package python3-ZODB:
-------------------------------------
Repository : Main Repository
Name : python3-ZODB
Version : 5.5.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 3.2 MiB
Installed : No
Status : not installed
Source package : python-ZODB-5.5.1-bp155.2.10.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.