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

Last updated: October 06,2024

1. Install "python3-starlette.noarch" package

Here is a brief guide to show you how to install python3-starlette.noarch on Fedora 34

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

2. Uninstall "python3-starlette.noarch" package

This guide covers the steps necessary to uninstall python3-starlette.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:12:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-starlette
Version : 0.14.2
Release : 7.fc34
Architecture : noarch
Size : 123 k
Source : python-starlette-0.14.2-7.fc34.src.rpm
Repository : updates
Summary : Metapackage for python3-starlette: full extras
URL : https://www.starlette.io/
License : BSD
Description : Starlette is a lightweight ASGI framework/toolkit, which is ideal for building
: high performance asyncio services.
:
: It is production-ready, and gives you the following:
:
: * Seriously impressive performance.
: * WebSocket support.
: * GraphQL 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.
: * Zero hard dependencies.