How to Install and Uninstall libwslay1 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libwslay1" package

This guide covers the steps necessary to install libwslay1 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libwslay1

2. Uninstall "libwslay1" package

This tutorial shows how to uninstall libwslay1 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libwslay1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libwslay1 package on Ubuntu 21.10 (Impish Indri)

Package: libwslay1
Architecture: amd64
Version: 1.1.1-2
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: wslay
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Anton Gladky
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 40
Depends: libc6 (>= 2.14)
Filename: pool/universe/w/wslay/libwslay1_1.1.1-2_amd64.deb
Size: 11696
MD5sum: 99fb472acbae4a8390e42be9bbdf724f
SHA1: 608b4ee04e937386a2b8e84fbb35f4d6fe30c515
SHA256: c8d9128c9520dcca5c7be9e9139d84668d79cddee99cca1b887981598e1d5ba9
SHA512: 97754737789205f3a3f78d81a5e15f055b5b03978403a77c4f0fb4153502ee6f6e0106b74d6de738c528472c48c77af33ea8e3f04c3bd5cc9088fde21bc786a6
Homepage: https://github.com/tatsuhiro-t/wslay
Description-en: WebSocket library written in C. Shared library
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.
.
Wslay supports:
.
- Text/Binary messages.
- Automatic ping reply.
- Callback interface.
- External event loop.
- Wslay does not perform any I/O operations for its own. Instead, it
offers callbacks for them. This makes Wslay independent on any I/O
frameworks, SSL, sockets, etc. This makes Wslay portable across various
platforms and the application authors can choose freely I/O frameworks.
.
The binary contains shared library.
Description-md5: d0b0e2670e5edb3b94835a5e7e6cc62b