How to Install and Uninstall python3-oslo.versionedobjects Package on openSuSE Tumbleweed

Last updated: November 08,2024

1. Install "python3-oslo.versionedobjects" package

This tutorial shows how to install python3-oslo.versionedobjects on openSuSE Tumbleweed

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

2. Uninstall "python3-oslo.versionedobjects" package

Here is a brief guide to show you how to uninstall python3-oslo.versionedobjects on openSuSE Tumbleweed:

$ sudo zypper remove python3-oslo.versionedobjects

3. Information about the python3-oslo.versionedobjects package on openSuSE Tumbleweed

Information for package python3-oslo.versionedobjects:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-oslo.versionedobjects
Version : 3.2.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-oslo.versionedobjects-3.2.0-1.2.src
Upstream URL : https://docs.openstack.org/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.