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

Last updated: October 04,2024

1. Install "python3-wsgi_intercept.noarch" package

This tutorial shows how to install python3-wsgi_intercept.noarch on Fedora 34

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

2. Uninstall "python3-wsgi_intercept.noarch" package

Please follow the guidelines below to uninstall python3-wsgi_intercept.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:20:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-wsgi_intercept
Version : 1.9.2
Release : 4.fc34
Architecture : noarch
Size : 54 k
Source : python-wsgi_intercept-1.9.2-4.fc34.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.