How to Install and Uninstall python3-websockets Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-websockets" package

This tutorial shows how to install python3-websockets on Kali Linux

$ sudo apt update $ sudo apt install python3-websockets

2. Uninstall "python3-websockets" package

Learn how to uninstall python3-websockets on Kali Linux:

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

3. Information about the python3-websockets package on Kali Linux

Package: python3-websockets
Source: python-websockets
Version: 10.4-1
Installed-Size: 370
Maintainer: Piotr Ożarowski
Architecture: all
Depends: python3:any
Size: 62836
SHA256: 5d059884f2f17087910b47a9604183e27740b82a260cb02acd3d775e218c6f89
SHA1: 1f118ba17f214cad7395631ed286c7bde32f991e
MD5sum: 27e2da48bc9e53fede94c52d2b2a12f2
Description: 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:
Homepage: https://github.com/aaugustin/websockets
Section: python
Priority: optional
Filename: pool/main/p/python-websockets/python3-websockets_10.4-1_all.deb