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

Last updated: May 10,2024

1. Install "libwslay-dev" package

This is a short guide on how to install libwslay-dev on Kali Linux

$ sudo apt update $ sudo apt install libwslay-dev

2. Uninstall "libwslay-dev" package

This tutorial shows how to uninstall libwslay-dev on Kali Linux:

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

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

Package: libwslay-dev
Source: wslay (1.1.1-4)
Version: 1.1.1-4+b1
Installed-Size: 53
Maintainer: Anton Gladky
Architecture: amd64
Depends: libwslay1 (= 1.1.1-4+b1)
Size: 10820
SHA256: 4edd67fb77ed4faaa74e264a85f6cd75af61be653b1c5562b6998051abd08c5a
SHA1: 426a4e912ad7dca91e314ec2370dfb40fe48eead
MD5sum: 87122260d7bbafc7b7ed8925a207ef12
Description: 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:
Multi-Arch: same
Homepage: https://github.com/tatsuhiro-t/wslay
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: extra
Filename: pool/main/w/wslay/libwslay-dev_1.1.1-4+b1_amd64.deb