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

Last updated: October 05,2024

1. Install "python2-websockify" package

In this section, we are going to explain the necessary steps to install python2-websockify on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-websockify

2. Uninstall "python2-websockify" package

Please follow the steps below to uninstall python2-websockify on openSUSE Leap:

$ sudo zypper remove python2-websockify

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

Information for package python2-websockify:
-------------------------------------------
Repository : Main Repository
Name : python2-websockify
Version : 0.8.0-9.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 216,2 KiB
Installed : No
Status : not installed
Source package : python-websockify-0.8.0-9.3.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.