How to Install and Uninstall python311-websockify Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python311-websockify" package

Please follow the guidelines below to install python311-websockify on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-websockify

2. Uninstall "python311-websockify" package

This tutorial shows how to uninstall python311-websockify on openSuSE Tumbleweed:

$ sudo zypper remove python311-websockify

3. Information about the python311-websockify package on openSuSE Tumbleweed

Information for package python311-websockify:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-websockify
Version : 0.10.0-3.9
Arch : noarch
Vendor : openSUSE
Installed Size : 310.0 KiB
Installed : No
Status : not installed
Source package : python-websockify-0.10.0-3.9.src
Upstream URL : https://github.com/novnc/websockify
Summary : WebSocket to TCP proxy/bridge
Description :
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.