How to Install and Uninstall python3-websockify Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-websockify" package

Here is a brief guide to show you how to install python3-websockify on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-websockify

2. Uninstall "python3-websockify" package

Please follow the instructions below to uninstall python3-websockify on openSUSE Leap:

$ sudo zypper remove python3-websockify

3. Information about the python3-websockify package on openSUSE Leap

Information for package python3-websockify:
-------------------------------------------
Repository : Main Repository
Name : python3-websockify
Version : 0.8.0-9.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 194.4 KiB
Installed : No
Status : not installed
Source package : python-websockify-0.8.0-9.3.1.src
Upstream URL : https://github.com/kanaka/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.