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

Last updated: May 02,2024

1. Install "python3-persistent" package

In this section, we are going to explain the necessary steps to install python3-persistent on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-persistent

2. Uninstall "python3-persistent" package

Please follow the steps below to uninstall python3-persistent on openSUSE Leap:

$ sudo zypper remove python3-persistent

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

Information for package python3-persistent:
-------------------------------------------
Repository : Main Repository
Name : python3-persistent
Version : 4.5.0-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 832.5 KiB
Installed : No
Status : not installed
Source package : python-persistent-4.5.0-bp155.2.10.src
Upstream URL : https://github.com/zopefoundation/persistent
Summary : Translucent persistent objects
Description :
This package contains a generic persistence implementation for Python. It forms
the core protocol for making objects interact "transparently" with a database
such as the ZODB.