How to Install and Uninstall python-engineio-doc.noarch Package on Fedora 39

Last updated: January 14,2025

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

Please follow the guidance below to install python-engineio-doc.noarch on Fedora 39

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

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

Learn how to uninstall python-engineio-doc.noarch on Fedora 39:

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

3. Information about the python-engineio-doc.noarch package on Fedora 39

Last metadata expiration check: 5:09:44 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python-engineio-doc
Version : 4.9.0
Release : 1.fc39
Architecture : noarch
Size : 314 k
Source : python-engineio-4.9.0-1.fc39.src.rpm
Repository : updates
Summary : Documentation for python-engineio
URL : https://github.com/miguelgrinberg/python-engineio/
License : MIT
Description : Engine.IO is a lightweight transport protocol that enables real-time
: bidirectional event-based communication between clients (typically, though not
: always, web browsers) and a server. The official implementations of the client
: and server components are written in JavaScript. This package provides Python
: implementations of both, each with standard and asyncio variants.