How to Install and Uninstall libwslay-doc Package on Kali Linux

Last updated: May 14,2024

1. Install "libwslay-doc" package

Please follow the guidance below to install libwslay-doc on Kali Linux

$ sudo apt update $ sudo apt install libwslay-doc

2. Uninstall "libwslay-doc" package

Please follow the guidelines below to uninstall libwslay-doc on Kali Linux:

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

3. Information about the libwslay-doc package on Kali Linux

Package: libwslay-doc
Source: wslay
Version: 1.1.1-4
Installed-Size: 477
Maintainer: Anton Gladky
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2)
Size: 63232
SHA256: 55d84f18373a708bd474ddf06f4b9f3b99585d441f367a600e012fcfd4e96388
SHA1: 574f96bc1333cef40b6234c89b763a0f47cef785
MD5sum: 714e9ea30751f6079560b9d2c544e4f0
Description: WebSocket library written in C. Documentation
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 documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/tatsuhiro-t/wslay
Section: doc
Priority: optional
Filename: pool/main/w/wslay/libwslay-doc_1.1.1-4_all.deb