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

Last updated: October 11,2024

1. Install "python3-a2wsgi.noarch" package

This tutorial shows how to install python3-a2wsgi.noarch on Fedora 39

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

2. Uninstall "python3-a2wsgi.noarch" package

Please follow the steps below to uninstall python3-a2wsgi.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:26:24 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-a2wsgi
Version : 1.7.0
Release : 1.fc39
Architecture : noarch
Size : 33 k
Source : python-a2wsgi-1.7.0-1.fc39.src.rpm
Repository : fedora
Summary : Convert WSGI app to ASGI app or ASGI app to WSGI app
URL : https://github.com/abersheeran/a2wsgi
License : Apache-2.0
Description : Convert WSGI app to ASGI app or ASGI app to WSGI app. Pure Python. Only
: depend on the standard library. Compared with other converters, the advantage
: is that a2wsgi will not accumulate the requested content or response content in
: the memory, so you do not have to worry about the memory limit caused by
: a2wsgi. This problem exists in converters implemented by uvicorn/startlette or
: hypercorn.