How to Install and Uninstall python-engineio-doc.noarch Package on CentOS Stream 9

Last updated: October 09,2024

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

This guide covers the steps necessary to install python-engineio-doc.noarch on CentOS Stream 9

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

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

Here is a brief guide to show you how to uninstall python-engineio-doc.noarch on CentOS Stream 9:

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

3. Information about the python-engineio-doc.noarch package on CentOS Stream 9

Last metadata expiration check: 1:12:00 ago on Sat Mar 16 16:03:45 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.