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

Last updated: October 05,2024

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

Please follow the guidelines below to install python-starlette-doc.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall python-starlette-doc.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:50:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python-starlette-doc
Version : 0.14.2
Release : 7.fc34
Architecture : noarch
Size : 12 k
Source : python-starlette-0.14.2-7.fc34.src.rpm
Repository : updates
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 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.