How to Install and Uninstall python-starlette-doc.noarch Package on Fedora 35

Last updated: October 08,2024

1. Install "python-starlette-doc.noarch" package

Learn how to install python-starlette-doc.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python-starlette-doc.noarch

2. Uninstall "python-starlette-doc.noarch" package

Please follow the steps below to uninstall python-starlette-doc.noarch on Fedora 35:

$ sudo dnf remove python-starlette-doc.noarch $ sudo dnf autoremove

3. Information about the python-starlette-doc.noarch package on Fedora 35

Last metadata expiration check: 4:04:00 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python-starlette-doc
Version : 0.16.0
Release : 2.fc35
Architecture : noarch
Size : 357 k
Source : python-starlette-0.16.0-2.fc35.src.rpm
Repository : fedora
Summary : Documentation for python-starlette
URL : https://www.starlette.io/
License : BSD
Description : Starlette is a lightweight ASGI framework/toolkit, which is ideal for building
: high performance async 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.
: • Few hard dependencies.
: • Compatible with asyncio and trio backends.