How to Install and Uninstall python3-wsgi_intercept.noarch Package on Fedora 39

Last updated: November 28,2024

1. Install "python3-wsgi_intercept.noarch" package

Learn how to install python3-wsgi_intercept.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-wsgi_intercept.noarch

2. Uninstall "python3-wsgi_intercept.noarch" package

Here is a brief guide to show you how to uninstall python3-wsgi_intercept.noarch on Fedora 39:

$ sudo dnf remove python3-wsgi_intercept.noarch $ sudo dnf autoremove

3. Information about the python3-wsgi_intercept.noarch package on Fedora 39

Last metadata expiration check: 1:15:35 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-wsgi_intercept
Version : 1.12.0
Release : 3.fc39
Architecture : noarch
Size : 42 k
Source : python-wsgi_intercept-1.12.0-3.fc39.src.rpm
Repository : fedora
Summary : wsgi_intercept installs a WSGI application in place of a real URI for testing
URL : https://github.com/cdent/wsgi-intercept
License : MIT
Description :
: It installs a WSGI application in place of a real URI for testing.
: 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.