How to Install and Uninstall libwslay-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "libwslay-dev" package

This guide covers the steps necessary to install libwslay-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libwslay-dev

2. Uninstall "libwslay-dev" package

This guide covers the steps necessary to uninstall libwslay-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libwslay-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libwslay-dev package on Ubuntu 21.10 (Impish Indri)

Package: libwslay-dev
Architecture: amd64
Version: 1.1.1-2
Priority: extra
Section: universe/libdevel
Source: wslay
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Anton Gladky
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 51
Depends: libwslay1 (= 1.1.1-2)
Filename: pool/universe/w/wslay/libwslay-dev_1.1.1-2_amd64.deb
Size: 9408
MD5sum: 1564f9188a674a7a924ee1fb1861062f
SHA1: 892ffb3c21c472ec4132bc0780b8836955fad05c
SHA256: c3cc1da8906ec8aa144ca0ef872c4d9d4e2e0c65fe2c8ed2c87857e3cf83403c
SHA512: 57a7c29a57539d0a944c23390d8a9b437f20402f21aca72d3a53cfcf86cb41e6a2d8029cd6ca490f6cbaa97fff076220279775f304a3ab635edf19efe6566cff
Homepage: https://github.com/tatsuhiro-t/wslay
Description-en: WebSocket library written in C. Development files
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 development files.
Description-md5: 23e5684b3b82e1f5a6b00d5437241c71