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

Last updated: May 01,2024

1. Install "python3-uvicorn.noarch" package

Please follow the guidance below to install python3-uvicorn.noarch on Fedora 34

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

2. Uninstall "python3-uvicorn.noarch" package

This guide let you learn how to uninstall python3-uvicorn.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:40:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-uvicorn
Version : 0.13.3
Release : 1.fc34
Architecture : noarch
Size : 88 k
Source : python-uvicorn-0.13.3-1.fc34.src.rpm
Repository : fedora
Summary : The lightning-fast ASGI server
URL : https://www.uvicorn.org
License : BSD
Description : Uvicorn is a lightning-fast ASGI server implementation, using uvloop and
: httptools. Until recently Python has lacked a minimal low-level
: server/application interface for asyncio frameworks. The ASGI specification
: fills this gap, and means we are now able to start building a common set of
: tooling usable across all asyncio frameworks. Uvicorn currently supports
: HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.