How to Install and Uninstall python311-wsgi_intercept Package on openSuSE Tumbleweed

Last updated: June 25,2024

1. Install "python311-wsgi_intercept" package

This guide let you learn how to install python311-wsgi_intercept on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-wsgi_intercept

2. Uninstall "python311-wsgi_intercept" package

In this section, we are going to explain the necessary steps to uninstall python311-wsgi_intercept on openSuSE Tumbleweed:

$ sudo zypper remove python311-wsgi_intercept

3. Information about the python311-wsgi_intercept package on openSuSE Tumbleweed

Information for package python311-wsgi_intercept:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-wsgi_intercept
Version : 1.13.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 98.6 KiB
Installed : No
Status : not installed
Source package : python-wsgi_intercept-1.13.0-1.2.src
Upstream URL : https://github.com/cdent/python3-wsgi-intercept
Summary : Library for installing a WSGI application in place of a real URI for testing
Description :
Testing a WSGI application normally involves starting a server at a local host
and port, then pointing your test code to that address. Instead, this library
lets you intercept calls to any specific host/port combination and redirect
them into a `WSGI application`_ importable by your test program. Thus, you
can avoid spawning multiple processes or threads to test your Web app.