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

Last updated: November 27,2024

1. Install "python3-starlette.noarch" package

Please follow the guidance below to install python3-starlette.noarch on Fedora 39

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

2. Uninstall "python3-starlette.noarch" package

Please follow the instructions below to uninstall python3-starlette.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:44:53 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-starlette
Version : 0.27.0
Release : 4.fc39
Architecture : noarch
Size : 202 k
Source : python-starlette-0.27.0-4.fc39.src.rpm
Repository : fedora
Summary : Metapackage for python3-starlette: full extras
URL : https://www.starlette.io/
License : BSD-3-Clause
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.