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

Last updated: May 20,2024

1. Install "libpion-net-doc" package

Please follow the guidelines below to install libpion-net-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpion-net-doc

2. Uninstall "libpion-net-doc" package

Please follow the guidance below to uninstall libpion-net-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpion-net-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libpion-net-doc
Priority: extra
Section: universe/doc
Installed-Size: 4732
Maintainer: Ubuntu Developers
Original-Maintainer: Athena Capital Research
Architecture: all
Source: pion-net
Version: 4.0.7+dfsg-3.1ubuntu4
Filename: pool/universe/p/pion-net/libpion-net-doc_4.0.7+dfsg-3.1ubuntu4_all.deb
Size: 302318
MD5sum: d454ec0bd37d39133729da779c62e1e7
SHA1: 8ab65d7aa59435e62e0aac1bb7f67b6036ea8952
SHA256: 75d04d2e24c0c9f5425a1d53e2a7b499cbebb6f22e5a78f80c8e1de6b7599f68
Description-en: lightweight HTTP interface library - documentation
pion-net is not intended to implement yet another web server, but to
provide HTTP(S) functionality to new or existing C++ applications. If
you're looking for a full-featured server application, check out Apache
or lighttpd. If you're working on a Boost C++ application and would just
like to use HTTP to provide a simple user interface or interact with
run-time data, then pion-net is a clean and simple solution.
.
Pion Network Library uses the Boost and asio libraries for multi-threading
and asynchronous I/O. This allows servers implemented using pion-net to
handle many thousands of connections simultaneously with a single physical
server.
.
pion-net also supports server-side SSL & TLS encryption when built with
the OpenSSL library (which the Debian package is).
.
This package includes the pion-net documentation files.
Description-md5: 950b2d3287f5670e9bfa2bc48adc6fbb
Homepage: http://www.pion.org/projects/pion-network-library
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu