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

Last updated: May 20,2024

1. Install "python-websocket" package

This tutorial shows how to install python-websocket on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-websocket

2. Uninstall "python-websocket" package

Learn how to uninstall python-websocket on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-websocket
Priority: optional
Section: universe/python
Installed-Size: 422
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: websocket-client
Version: 0.18.0-2
Depends: python, python-backports.ssl-match-hostname, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/w/websocket-client/python-websocket_0.18.0-2_all.deb
Size: 164690
MD5sum: e4aa7d25bac2446bff3abaa369cd7f08
SHA1: 5beea2d640b7aa7422925c5eb0643cd170163f3d
SHA256: 3b5654ae41e135be6c67a035a29a2e4e1688c4eb2a0c3bdee09081ffb38aeb2c
Description-en: WebSocket client library for Python
websocket-client provides a low-level, synchronous API providing WebSocket
client functionality to Python programs. It conforms to the WebSocket
specification as standardized by the IETF in RFC 6455.
.
WebSocket is a protocol providing full-duplex communication channels over
TCP, mostly used in Web browsers.
.
This is the Python 2 version.
Description-md5: 2c5d664fcac1aa8d6ca920a0f22083c5
Homepage: https://github.com/liris/websocket-client
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu