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

Last updated: February 01,2025

1. Install "python3-oslo.context" package

Please follow the instructions below to install python3-oslo.context on openSuSE Tumbleweed

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

2. Uninstall "python3-oslo.context" package

This tutorial shows how to uninstall python3-oslo.context on openSuSE Tumbleweed:

$ sudo zypper remove python3-oslo.context

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

Information for package python3-oslo.context:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-oslo.context
Version : 5.3.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 213.6 KiB
Installed : No
Status : not installed
Source package : python-oslo.context-5.3.0-1.2.src
Upstream URL : https://docs.openstack.org/oslo.context
Summary : OpenStack Oslo context library
Description :
The Oslo context library has helpers to maintain useful information
about a request context.
The request context is usually populated in the WSGI pipeline and
used by various modules such as logging.
This package contains the Python 3.x module.