How to Install and Uninstall python3-starlette.noarch Package on Fedora 36

Last updated: September 28,2024

1. Install "python3-starlette.noarch" package

Please follow the guidelines below to install python3-starlette.noarch on Fedora 36

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

2. Uninstall "python3-starlette.noarch" package

This is a short guide on how to uninstall python3-starlette.noarch on Fedora 36:

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

3. Information about the python3-starlette.noarch package on Fedora 36

Last metadata expiration check: 0:18:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-starlette
Version : 0.19.1
Release : 1.fc36
Architecture : noarch
Size : 134 k
Source : python-starlette-0.19.1-1.fc36.src.rpm
Repository : updates
Summary : Metapackage for python3-starlette: full extras
URL : https://www.starlette.io/
License : BSD and MIT
Description : Starlette is a lightweight ASGI framework/toolkit, which is ideal for building
: async web services in Python.
:
: It is production-ready, and gives you the following:
:
: • A lightweight, low-complexity HTTP web framework.
: • WebSocket support.
: • In-process background tasks.
: • Startup and shutdown events.
: • Test client built on requests.
: • CORS, GZip, Static Files, Streaming responses.
: • Session and Cookie support.
: • 100% test coverage.
: • 100% type annotated codebase.
: • Few hard dependencies.
: • Compatible with asyncio and trio backends.
: • Great overall performance against independant benchmarks.