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

Last updated: May 19,2024

1. Install "libwebsocketpp-dev" package

In this section, we are going to explain the necessary steps to install libwebsocketpp-dev on Kali Linux

$ sudo apt update $ sudo apt install libwebsocketpp-dev

2. Uninstall "libwebsocketpp-dev" package

Please follow the steps below to uninstall libwebsocketpp-dev on Kali Linux:

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

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

Package: libwebsocketpp-dev
Source: websocketpp (0.8.2-4)
Version: 0.8.2-4+b1
Installed-Size: 967
Maintainer: Gianfranco Costamagna
Architecture: amd64
Size: 127044
SHA256: 74c5cb6849af4be431fcb980c9cabf3ac5db68c3fe9f271c8422589840e2bf3b
SHA1: 092b461157e2b71b90941e074137270acc60dbc7
MD5sum: fdc7c0686a8a4500950b2aefd115ea7f
Description: C++/Boost Asio based websocket client/server library. Dev package
WebSocket++ is a header only C++ library that implements RFC6455 The WebSocket
Protocol. It allows integrating WebSocket client and server functionality into
C++ programs. It uses interchangeable network transport modules including one
based on C++ iostreams and one based on Boost Asio.
.
Major Features:
* Full support for RFC6455
* Partial support for Hixie 76 / Hybi 00, 07-17 draft specs (server only)
* Message/event based interface
* Supports secure WebSockets (TLS), IPv6, and explicit proxies.
* Flexible dependency management (C++11 Standard Library or Boost)
* Interchangeable network transport modules (iostream and Boost Asio)
* Portable/cross platform (Posix/Windows, 32/64bit, Intel/ARM/PPC)
* Thread-safe
.
This package contains the header files.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/zaphoyd/websocketpp
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/w/websocketpp/libwebsocketpp-dev_0.8.2-4+b1_amd64.deb