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

Last updated: May 20,2024

1. Install "libpion-net-4.0" package

This is a short guide on how to install libpion-net-4.0 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libpion-net-4.0" package

Here is a brief guide to show you how to uninstall libpion-net-4.0 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libpion-net-4.0
Priority: extra
Section: universe/libs
Installed-Size: 691
Maintainer: Ubuntu Developers
Original-Maintainer: Athena Capital Research
Architecture: amd64
Source: pion-net
Version: 4.0.7+dfsg-3.1ubuntu4
Depends: libpion-common-4.0 (= 4.0.7+dfsg-3.1ubuntu4), libboost-regex1.58.0, libboost-system1.58.0, libboost-thread1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblog4cpp5v5, libssl1.0.0 (>= 1.0.1), libstdc++6 (>= 5.2)
Filename: pool/universe/p/pion-net/libpion-net-4.0_4.0.7+dfsg-3.1ubuntu4_amd64.deb
Size: 184840
MD5sum: 86202028b85050ebbfcbbf7d25564813
SHA1: 27c3c91dd6ec052d6377c559cf89d02c4a2965ef
SHA256: 067663c26277a700ae0ec4b7b5fd37b5d91d97be4b20692a39a3c562e680faeb
Description-en: lightweight HTTP interface library - runtime files
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 runtime files.
Description-md5: a5cbef1af80d07216677e0c7c5a2973c
Homepage: http://www.pion.org/projects/pion-network-library
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu