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

Last updated: May 20,2024

1. Install "python36-websockify" package

This tutorial shows how to install python36-websockify on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-websockify

2. Uninstall "python36-websockify" package

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

$ sudo zypper remove python36-websockify

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

Information for package python36-websockify:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-websockify
Version : 0.10.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 291,9 KiB
Installed : No
Status : not installed
Source package : python-websockify-0.10.0-2.1.src
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.