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

Last updated: May 06,2024

1. Install "python3-socketio" package

Please follow the instructions below to install python3-socketio on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-socketio

2. Uninstall "python3-socketio" package

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

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

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

Package: python3-socketio
Architecture: all
Version: 5.0.3-2
Priority: optional
Section: universe/python
Source: python-socketio
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Paulo Henrique de Lima Santana (phls)
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 258
Depends: python3-bidict, python3-engineio (>= 4.0.0), python3:any (>= 3.7~)
Filename: pool/universe/p/python-socketio/python3-socketio_5.0.3-2_all.deb
Size: 61820
MD5sum: a112ba748f6406984a5c4f9a5dcb9794
SHA1: fa5648995f7f63ca3a91b9579f2343af2c4bdc05
SHA256: 83c1d57ef05fe285177f813e2daef1b0518d801fa717e28cb798b907ac3fb31b
SHA512: 93cfbfff8400939e41806d5322b4b79f7a5bed11d941115a0dadd741657abd526dc93079483da236aefa5ad2e45576e0ba07b94944f387627aaed771a04c7c81
Homepage: https://pypi.org/project/python-socketio
Description-en: python3 implementation of the Socket.IO realtime client and server
Socket.IO is a 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.
.
Client Features:
.
Can connect to other Socket.IO compliant servers besides the one in this
package.
Compatible with Python 3.5+.
Two versions of the client, one for standard Python and another for asyncio.
Uses an event-based architecture implemented with decorators that hides the
details of the protocol.
Implements HTTP long-polling and WebSocket transports.
Automatically reconnects to the server if the connection is dropped.
.
Server Features:
.
Can connect to servers running other compliant Socket.IO clients besides the
one in this package.
Compatible with Python 3.5+.
Two versions of the server, one for standard Python and another for asyncio.
Supports large number of clients even on modest hardware due to being
asynchronous.
Can be hosted on any WSGI and ASGI web servers includind Gunicorn, Uvicorn,
eventlet and gevent.
Can be integrated with WSGI applications written in frameworks such as
Flask, Django, etc.
Can be integrated with aiohttp, sanic and tornado asyncio applications.
Broadcasting of messages to all connected clients, or to subsets of them
assigned to rooms.
Optional support for multiple servers, connected through a messaging queue
such as Redis or RabbitMQ.
Send messages to clients from external processes, such as Celery workers or
auxiliary scripts.
Event-based architecture implemented with decorators that hides the details
of the protocol.
Support for HTTP long-polling and WebSocket transports.
Support for XHR2 and XHR browsers.
Support for text and binary messages.
Support for gzip and deflate HTTP compression.
Configurable CORS responses, to avoid cross-origin problems with browsers.
Description-md5: 38d71210c1d55273fa19f2ce04486f01