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

Last updated: June 26,2024

1. Install "python3-oslo.middleware" package

This is a short guide on how to install python3-oslo.middleware on openSuSE Tumbleweed

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

2. Uninstall "python3-oslo.middleware" package

This guide let you learn how to uninstall python3-oslo.middleware on openSuSE Tumbleweed:

$ sudo zypper remove python3-oslo.middleware

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

Information for package python3-oslo.middleware:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-oslo.middleware
Version : 5.2.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 666.1 KiB
Installed : No
Status : not installed
Source package : python-oslo.middleware-5.2.0-1.2.src
Upstream URL : https://docs.openstack.org/oslo.middleware
Summary : OpenStack oslo.middleware library
Description :
Oslo middleware library includes components that can be injected into wsgi
pipelines to intercept request/response flows. The base class can be enhanced
with functionality like add/delete/modification of http headers and support
for limiting size/connection etc.
This package contains the Python 3.x module.