How to Install and Uninstall python3-websockify Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 19,2024

1. Install "python3-websockify" package

Please follow the guidelines below to install python3-websockify on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-websockify

2. Uninstall "python3-websockify" package

In this section, we are going to explain the necessary steps to uninstall python3-websockify on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-websockify package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-websockify
Architecture: amd64
Version: 0.9.0-0ubuntu2
Priority: optional
Section: python
Source: websockify
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 166
Depends: python3-numpy, python3-pkg-resources, python3:any
Suggests: python3-jwcrypto
Filename: pool/main/w/websockify/python3-websockify_0.9.0-0ubuntu2_amd64.deb
Size: 37836
MD5sum: 471a0ae03fa0e044a6c564402981fc27
SHA1: 181034b150e79b90ee4ef48a18ac74287f469057
SHA256: 159b95b83e222a1104821fc5865d0d665c556f5cd72a88f73a08cbe4db2bdaa9
SHA512: 8fb03f4fa29364030afc6d75c59fbe50cbd449b49cb04b88eb00991cb44e1a39bc39be3e508edb4b31734a70ad43ba5bbe90596a59ddae75750e1357e98ae136
Homepage: https://pypi.python.org/pypi/websockify
Description-en: WebSockets support for any application/server - Python 3
websockify was formerly named wsproxy and was part of the noVNC project.
.
At the most basic level, websockify just translates WebSockets traffic to
normal socket traffic. Websockify accepts the WebSockets handshake, parses it,
and then begins forwarding traffic between the client and the target in both
directions.
.
Websockify supports all versions of the WebSockets protocol (Hixie and HyBi).
The older Hixie versions of the protocol only support UTF-8 text payloads. In
order to transport binary data over UTF-8 an encoding must used to encapsulate
the data within UTF-8.
.
With Hixie clients, Websockify uses base64 to encode all traffic to and from
the client. This does not affect the data between websockify and the server.
.
With HyBi clients, websockify negotiates whether to base64 encode traffic to
and from the client via the subprotocol header (Sec-WebSocket-Protocol). The
valid subprotocol values are 'binary' and 'base64' and if the client sends
both then the server (the Python implementation) will prefer 'binary'. The
'binary' subprotocol indicates that the data will be sent raw using binary
WebSocket frames. Some HyBi clients (such as the Flash fallback and older
Chrome and iOS versions) do not support binary data which is why the
negotiation is necessary.
.
This package provides the Python 3 module.
Description-md5: 231b43a053eb05d5fcdb5e07d0dff5ec