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

Last updated: May 17,2024

1. Install "python3-websockets" package

This guide let you learn how to install python3-websockets on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-websockets

2. Uninstall "python3-websockets" package

Here is a brief guide to show you how to uninstall python3-websockets on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-websockets
Priority: optional
Section: universe/python
Installed-Size: 149
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Architecture: all
Source: python-websockets
Version: 3.0-1
Depends: python3:any (>= 3.5~)
Filename: pool/universe/p/python-websockets/python3-websockets_3.0-1_all.deb
Size: 27040
MD5sum: 7bb978a2c0adfbcbe0683acb272b57a5
SHA1: 4edd7488b55774f3d874e026c4d06d57ad3e66fe
SHA256: 59fc5af4ea118c11ac9da1d6093324c1b95f99ac22301d6a75b7b4334620f1d9
Description-en: implementation of the WebSocket Protocol (RFC 6455)
websockets is a library for developing WebSocket servers and clients in
Python. It implements RFC 6455 with a focus on correctness and simplicity.
It passes the Autobahn Testsuite.
.
Built on top of Python's asynchronous I/O support introduced in PEP 3156,
it provides an API based on coroutines, making it easy to write highly
concurrent applications.
Description-md5: 63e9d5b46ca7d743c67ca64b8c0eb6f4
Homepage: https://github.com/aaugustin/websockets
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu