How to Install and Uninstall libwslay0 Package on openSUSE Leap

Last updated: May 18,2024

1. Install "libwslay0" package

This is a short guide on how to install libwslay0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libwslay0

2. Uninstall "libwslay0" package

Learn how to uninstall libwslay0 on openSUSE Leap:

$ sudo zypper remove libwslay0

3. Information about the libwslay0 package on openSUSE Leap

Information for package libwslay0:
----------------------------------
Repository : Main Repository
Name : libwslay0
Version : 1.1.1-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 21.9 KiB
Installed : No
Status : not installed
Source package : wslay-1.1.1-bp155.2.14.src
Upstream URL : https://github.com/tatsuhiro-t/wslay
Summary : WebSockets C Library
Description :
Wslay is a WebSocket library written in C. It implements the protocol version
13 described in RFC 6455. This library offers 2 levels of API: event-based API
and frame-based low-level API. For event-based API, it is suitable for
non-blocking reactor pattern style. You can set callbacks in various events.
For frame-based API, you can send WebSocket frame directly. Wslay only supports
data transfer part of WebSocket protocol and does not perform opening handshake
in HTTP.
This package holds the shared C library.

5. The same packages on other Linux Distributions