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

Last updated: July 02,2024

1. Install "python310-websockify" package

Please follow the guidance below to install python310-websockify on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-websockify

2. Uninstall "python310-websockify" package

Please follow the instructions below to uninstall python310-websockify on openSuSE Tumbleweed:

$ sudo zypper remove python310-websockify

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

Information for package python310-websockify:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-websockify
Version : 0.10.0-3.9
Arch : noarch
Vendor : openSUSE
Installed Size : 234.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.