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

Last updated: July 07,2024

1. Install "python2-ZODB" package

This guide covers the steps necessary to install python2-ZODB on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-ZODB

2. Uninstall "python2-ZODB" package

This guide let you learn how to uninstall python2-ZODB on openSUSE Leap:

$ sudo zypper remove python2-ZODB

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

Information for package python2-ZODB:
-------------------------------------
Repository : Main Repository
Name : python2-ZODB
Version : 5.5.1-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 3,0 MiB
Installed : No
Status : not installed
Source package : python-ZODB-5.5.1-bp153.1.18.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.