How to Install and Uninstall python3-engineio Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-engineio" package

Please follow the guidelines below to install python3-engineio on Kali Linux

$ sudo apt update $ sudo apt install python3-engineio

2. Uninstall "python3-engineio" package

This is a short guide on how to uninstall python3-engineio on Kali Linux:

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

3. Information about the python3-engineio package on Kali Linux

Package: python3-engineio
Source: python-engineio
Version: 4.3.4-2
Installed-Size: 245
Maintainer: Paulo Henrique de Lima Santana (phls)
Architecture: all
Depends: python3:any
Size: 60516
SHA256: 187ee7a48492aeaaac026cffdda8f601aacd6f20ee34d0e76408e72f167bb98c
SHA1: 452e15c6ee149f5b656705e2dc48e02960556ff7
MD5sum: 355d5c05ec4c2e679da9bd493e3dcedc
Description: 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:
Homepage: https://github.com/miguelgrinberg/python-engineio
Section: python
Priority: optional
Filename: pool/main/p/python-engineio/python3-engineio_4.3.4-2_all.deb