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

Last updated: May 15,2024

1. Install "python3-websocket" package

Please follow the instructions below to install python3-websocket on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-websocket

2. Uninstall "python3-websocket" package

This is a short guide on how to uninstall python3-websocket on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3, python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/w/websocket-client/python3-websocket_0.18.0-2_all.deb
Size: 164886
MD5sum: 3114e2fdd726684fcda514ec984ea211
SHA1: 46b5c8dd589a46703e01e4dee9f9c5a5d967aec1
SHA256: 5c0395f1e6e8a8f3d7db6102b04760f4f4ac387bb98ae71b2bf34d8ebc9bbf32
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 3 version.
Description-md5: c29c9e0e0125c83859bd786070096a30
Homepage: https://github.com/liris/websocket-client
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu