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

Last updated: October 03,2024

1. Install "python3-engineio.noarch" package

Please follow the steps below to install python3-engineio.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-engineio.noarch

2. Uninstall "python3-engineio.noarch" package

Please follow the instructions below to uninstall python3-engineio.noarch on CentOS Stream 9:

$ sudo dnf remove python3-engineio.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:37:20 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-engineio
Version : 4.4.0
Release : 2.el9
Architecture : noarch
Size : 83 k
Source : python-engineio-4.4.0-2.el9.src.rpm
Repository : epel
Summary : Python Engine.IO server and client
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.