How to Install and Uninstall python3-engineio Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-engineio" package

Please follow the steps below to install python3-engineio on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-engineio

2. Uninstall "python3-engineio" package

Please follow the guidelines below to uninstall python3-engineio on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-engineio $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-engineio package on Ubuntu 21.10 (Impish Indri)

Package: python3-engineio
Architecture: all
Version: 4.0.0-1
Priority: optional
Section: universe/python
Source: python-engineio
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Paulo Henrique de Lima Santana (phls)
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 231
Depends: python3:any (>= 3.7~)
Filename: pool/universe/p/python-engineio/python3-engineio_4.0.0-1_all.deb
Size: 57672
MD5sum: 3a389a841eac2ca0594be8dc14199c37
SHA1: 17ec85323afbf4e6676bf41ace90c178a2bcfd0b
SHA256: 7d6afcab22c9a3707d779c5f4ed82db18d497de012eae7924971cb3f816d7483
SHA512: f8bbd22a234e4476e67e92c32d87ebb08e5e08c52193707568fdfa0577168da018fd227adf56873369f083fd8dd4e44a0dc3963c67e22a30663ddd0c7d3cce76
Homepage: https://pypi.python.org/pypi/python-engineio
Description-en: python3 implementation of the Engine.IO realtime server
This project implements an Engine.IO server that can run standalone or
integrated with a python3 WSGI application. The following are some of its
features:
.
Fully compatible with the Javascript engine.io-client library.
Compatible with python3.
Supports large number of clients even on modest hardware when used with an
asynchronous server based on asyncio (sanic, aiohttp or tornado), eventlet or
gevent. For development and testing, any WSGI compliant multi-threaded
server can also be used.
Includes a WSGI middleware that integrates Engine.IO traffic with standard
WSGI applications.
Uses an event-based architecture implemented with decorators that hides the
details of the protocol.
Implements HTTP long-polling and WebSocket transports.
Supports XHR2 and XHR browsers as clients.
Supports text and binary messages.
Supports gzip and deflate HTTP compression.
Configurable CORS responses to avoid cross-origin problems with browsers.
Description-md5: 7d1544b724f333c8150a1863ff20556a