How to Install and Uninstall python2-wsgi_intercept Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python2-wsgi_intercept" package

Please follow the step by step instructions below to install python2-wsgi_intercept on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-wsgi_intercept

2. Uninstall "python2-wsgi_intercept" package

Please follow the guidelines below to uninstall python2-wsgi_intercept on openSUSE Leap:

$ sudo zypper remove python2-wsgi_intercept

3. Information about the python2-wsgi_intercept package on openSUSE Leap

Information for package python2-wsgi_intercept:
-----------------------------------------------
Repository : Main Repository
Name : python2-wsgi_intercept
Version : 1.9.2-bp153.1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 85,8 KiB
Installed : No
Status : not installed
Source package : python-wsgi_intercept-1.9.2-bp153.1.21.src
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.