How to Install and Uninstall perl-Protocol-WebSocket Package on openSUSE Leap

Last updated: May 10,2024

1. Install "perl-Protocol-WebSocket" package

This guide covers the steps necessary to install perl-Protocol-WebSocket on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Protocol-WebSocket

2. Uninstall "perl-Protocol-WebSocket" package

Please follow the steps below to uninstall perl-Protocol-WebSocket on openSUSE Leap:

$ sudo zypper remove perl-Protocol-WebSocket

3. Information about the perl-Protocol-WebSocket package on openSUSE Leap

Information for package perl-Protocol-WebSocket:
------------------------------------------------
Repository : Main Repository
Name : perl-Protocol-WebSocket
Version : 0.26-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 133.3 KiB
Installed : No
Status : not installed
Source package : perl-Protocol-WebSocket-0.26-bp155.2.10.src
Upstream URL : https://metacpan.org/release/Protocol-WebSocket
Summary : WebSocket protocol
Description :
Client/server WebSocket message and frame parser/constructor. This module
does not provide a WebSocket server or client, but is made for using in
http servers or clients to provide WebSocket support.
Protocol::WebSocket supports the following WebSocket protocol versions:
draft-ietf-hybi-17 (latest)
draft-ietf-hybi-10
draft-ietf-hybi-00 (with HAProxy support)
draft-hixie-75
By default the latest version is used. The WebSocket version is detected
automatically on the server side. On the client side you have set a
'version' attribute to an appropriate value.
Protocol::WebSocket itself does not contain any code and cannot be used
directly. Instead the following modules should be used: