How to Install and Uninstall python3-oslo.versionedobjects Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-oslo.versionedobjects" package

Please follow the guidance below to install python3-oslo.versionedobjects on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-oslo.versionedobjects

2. Uninstall "python3-oslo.versionedobjects" package

This is a short guide on how to uninstall python3-oslo.versionedobjects on openSUSE Leap:

$ sudo zypper remove python3-oslo.versionedobjects

3. Information about the python3-oslo.versionedobjects package on openSUSE Leap

Information for package python3-oslo.versionedobjects:
------------------------------------------------------
Repository : Main Repository
Name : python3-oslo.versionedobjects
Version : 2.0.2-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 933.8 KiB
Installed : No
Status : not installed
Source package : python-oslo.versionedobjects-2.0.2-bp155.2.14.src
Upstream URL : https://launchpad.net/oslo.versionedobjects
Summary : Oslo Versioned Objects library
Description :
oslo.versionedobjects library deals with DB schema being at different versions
than the code expects, allowing services to be operated safely during upgrades.
It enables DB independent schema by providing an abstraction layer, which
allows us to support SQL and NoSQL Databases. oslo.versionedobjects is also
used in RPC APIs, to ensure upgrades happen without spreading version dependent
code across different services and projects.
This package contains the Python 3.x module.