How to Install and Uninstall python-socketio Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "python-socketio" package

Please follow the guidance below to install python-socketio on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-socketio

2. Uninstall "python-socketio" package

This guide let you learn how to uninstall python-socketio on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-socketio package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-socketio
Priority: optional
Section: universe/python
Installed-Size: 136
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: all
Source: gevent-socketio
Version: 0.3.6-2
Depends: python:any (>= 2.7.5-5~), python-gevent, python:any (<< 2.8), python-gevent-websocket
Filename: pool/universe/g/gevent-socketio/python-socketio_0.3.6-2_all.deb
Size: 26512
MD5sum: f1127cdab09329ae82d946bdfd0694c3
SHA1: c3982763063c183bed7a85e4971794ddf90eefc8
SHA256: 8a18319bfac8aad1850728153d61602cb683a612cf6ab6f8907f82ae5b58d02e
Description-en: Socket.IO server based on the gevent pywsgi server
gevent-socketio is a Python implementation of the Socket.IO protocol, developed
originally for Node.js by LearnBoost and then ported to other languages.
Socket.IO enables real-time web communications between a browser and a server,
using a WebSocket-like API. One aim of this project is to provide a single
gevent-based API that works across the different WSGI-based web frameworks out
there (Pyramid, Pylons, Flask, web2py, Django, etc...). Only ~3 lines of code
are required to tie-in gevent-socketio in your framework. Note: you need to use
the gevent Python WSGI server to use gevent-socketio.
Description-md5: cdf5acab93b4e16d2c7ab0e8143259f4
Homepage: https://github.com/abourget/gevent-socketio
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu