How to Install and Uninstall wslay.i686 Package on Fedora 38

Last updated: November 30,2024

1. Install "wslay.i686" package

Please follow the guidelines below to install wslay.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install wslay.i686

2. Uninstall "wslay.i686" package

Please follow the guidelines below to uninstall wslay.i686 on Fedora 38:

$ sudo dnf remove wslay.i686 $ sudo dnf autoremove

3. Information about the wslay.i686 package on Fedora 38

Last metadata expiration check: 1:52:42 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : wslay
Version : 1.1.1
Release : 1.fc38
Architecture : i686
Size : 21 k
Source : wslay-1.1.1-1.fc38.src.rpm
Repository : fedora
Summary : Lightweight WebSocket library in C
URL : https://tatsuhiro-t.github.io/wslay
License : MIT
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.