How to Install and Uninstall python-engineio-doc.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

Please follow the step by step instructions below to install python-engineio-doc.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the guidelines below to uninstall python-engineio-doc.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python-engineio-doc.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:22:39 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python-engineio-doc
Version : 4.4.0
Release : 2.el9
Architecture : noarch
Size : 250 k
Source : python-engineio-4.4.0-2.el9.src.rpm
Repository : epel
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.