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

Last updated: June 18,2024

1. Install "python-socketio-doc" package

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

$ sudo apt update $ sudo apt install python-socketio-doc

2. Uninstall "python-socketio-doc" package

Please follow the guidelines below to uninstall python-socketio-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-socketio-doc
Priority: optional
Section: universe/doc
Installed-Size: 683
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: all
Source: gevent-socketio
Version: 0.3.6-2
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/g/gevent-socketio/python-socketio-doc_0.3.6-2_all.deb
Size: 77322
MD5sum: e80090688c598086ba97b9f3aaa64c52
SHA1: 93b2085adcf6ef778ea096bdf41485f560ed4c01
SHA256: 44bef30534ea16af3bb565025207d51d9c81726d9f964c2600f868349f0ebd26
Description-en: documentation for gevent-socketio
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.
.
This package contains the gevent-socketio documentation in HTML format.
Description-md5: 71a5093206f5243e4e2f60f563ddbfc2
Homepage: https://github.com/abourget/gevent-socketio
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu