How to Install and Uninstall libwslay1 Package on Kali Linux

Last updated: May 14,2024

1. Install "libwslay1" package

Please follow the step by step instructions below to install libwslay1 on Kali Linux

$ sudo apt update $ sudo apt install libwslay1

2. Uninstall "libwslay1" package

This guide let you learn how to uninstall libwslay1 on Kali Linux:

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

3. Information about the libwslay1 package on Kali Linux

Package: libwslay1
Source: wslay (1.1.1-4)
Version: 1.1.1-4+b1
Installed-Size: 41
Maintainer: Anton Gladky
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 12056
SHA256: c6182dba351bdf069c20aabb1d6cf673137403b4d8a75936368586f001c59581
SHA1: 7cc7d33eac6bdfb206de87751e81c4e9cd756e97
MD5sum: 1dae285970a9b1d5a9c38c11e407347d
Description: 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:
Multi-Arch: same
Homepage: https://github.com/tatsuhiro-t/wslay
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/w/wslay/libwslay1_1.1.1-4+b1_amd64.deb