How to Install and Uninstall libwebsocketpp-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libwebsocketpp-doc" package

This guide covers the steps necessary to install libwebsocketpp-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libwebsocketpp-doc

2. Uninstall "libwebsocketpp-doc" package

Please follow the guidelines below to uninstall libwebsocketpp-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libwebsocketpp-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libwebsocketpp-doc
Priority: extra
Section: universe/doc
Installed-Size: 12702
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: all
Source: websocketpp
Version: 0.7.0-5
Filename: pool/universe/w/websocketpp/libwebsocketpp-doc_0.7.0-5_all.deb
Size: 684144
MD5sum: 678062ca948be6b264e116c87a9abc1a
SHA1: 18ad7d5d8bd03b48c8b0d844453e29b7da2f209c
SHA256: b669bd390a6592f8ce00b3649cd9adc55ae3cd21ac2157b85fc307074b8152f3
Description-en: C++/Boost Asio based websocket client/server library. Doc 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 common documentation.
Description-md5: dcec84e6b75e029cc04d375190c311f9
Homepage: https://github.com/zaphoyd/websocketpp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu