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

Last updated: May 10,2024

1. Install "python3-oslo.context" package

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

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

2. Uninstall "python3-oslo.context" package

Please follow the guidelines below to uninstall python3-oslo.context on openSUSE Leap:

$ sudo zypper remove python3-oslo.context

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

Information for package python3-oslo.context:
---------------------------------------------
Repository : Main Repository
Name : python3-oslo.context
Version : 3.0.2-bp155.2.17
Arch : noarch
Vendor : openSUSE
Installed Size : 134.8 KiB
Installed : No
Status : not installed
Source package : python-oslo.context-3.0.2-bp155.2.17.src
Upstream URL : https://launchpad.net/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.