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

Last updated: May 16,2024

1. Install "python3-websocket" package

Please follow the step by step instructions below to install python3-websocket on Kali Linux

$ sudo apt update $ sudo apt install python3-websocket

2. Uninstall "python3-websocket" package

This guide covers the steps necessary to uninstall python3-websocket on Kali Linux:

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

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

Package: python3-websocket
Source: websocket-client
Version: 1.7.0-1
Installed-Size: 236
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 45040
SHA256: b5117fda158bd5dbfb8792d54cf3c9055fe73fc3914676ae235bf42077faebf7
SHA1: 7dcb2e038085d2d77fffed0e2b880337942cd2a3
MD5sum: e638996e793f5753a7e372cd00961db8
Description: WebSocket client library - Python 3.x
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 package provides the Python 3.x version.
Description-md5:
Homepage: https://github.com/liris/websocket-client
Section: python
Priority: optional
Filename: pool/main/w/websocket-client/python3-websocket_1.7.0-1_all.deb