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

Last updated: May 05,2024

1. Install "python-gevent-websocket" package

In this section, we are going to explain the necessary steps to install python-gevent-websocket on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gevent-websocket

2. Uninstall "python-gevent-websocket" package

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

$ sudo apt remove python-gevent-websocket $ sudo apt autoclean && sudo apt autoremove

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

Package: python-gevent-websocket
Priority: optional
Section: universe/python
Installed-Size: 102
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: all
Source: gevent-websocket
Version: 0.9.3-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-gevent
Filename: pool/universe/g/gevent-websocket/python-gevent-websocket_0.9.3-1_all.deb
Size: 15290
MD5sum: e3000f4e728b16209319ae9f6943a192
SHA1: 9315d631ce2881bddab4f55987f344553c2d814d
SHA256: 6b7c4746b23e3d8de9e1b7d0115fe9909f8ef51591ba3d2ddf010a4493776dd8
Description-en: websocket library for the gevent networking library
gevent-websocket is a WebSocket library for the gevent networking library.
.
Features include:
.
* Integration on both socket level or using an abstract interface.
* RPC and PubSub framework using WAMP (WebSocket Application Messaging
Protocol).
* Easily extendible using a simple WebSocket protocol plugin API
Description-md5: 5cd5e88ef6389252133f028869f1d75a
Homepage: https://bitbucket.org/Jeffrey/gevent-websocket
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu