How to Install and Uninstall python3-trio-websocket Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-trio-websocket" package

This is a short guide on how to install python3-trio-websocket on Kali Linux

$ sudo apt update $ sudo apt install python3-trio-websocket

2. Uninstall "python3-trio-websocket" package

Learn how to uninstall python3-trio-websocket on Kali Linux:

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

3. Information about the python3-trio-websocket package on Kali Linux

Package: python3-trio-websocket
Source: python-trio-websocket
Version: 0.11.1-1
Installed-Size: 97
Maintainer: Debian Python Team
Architecture: all
Depends: python3-exceptiongroup | python3-supported-min (>= 3.11), python3-trio, python3-wsproto, python3:any
Size: 21492
SHA256: 834b5bba86d396f6cd64ad7b1b73485adbac9bc3d22889b8f9df7b4cbc609b1a
SHA1: 4a0f297daaba2e48005f01b33285072471c16eb2
MD5sum: 0b5bc44c4f07af6c92fae43e0047b92a
Description: Server and client Python library of the WebSocket protocol (Python3 version)
This library implements both server and client aspects of the WebSocket
protocol, striving for safety, correctness, and ergonomics. It is based on the
wsproto project, which is a Sans-IO state machine that implements the majority
of the WebSocket protocol, including framing, codecs, and events. This library
handles I/O using the Trio framework. This library passes the Autobahn Test
Suite.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/python-trio/trio-websocket
Section: python
Priority: optional
Filename: pool/main/p/python-trio-websocket/python3-trio-websocket_0.11.1-1_all.deb