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

Last updated: June 13,2024

1. Install "libpion-net-dev" package

This guide let you learn how to install libpion-net-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libpion-net-dev" package

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

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

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

Package: libpion-net-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 509
Maintainer: Ubuntu Developers
Original-Maintainer: Athena Capital Research
Architecture: amd64
Source: pion-net
Version: 4.0.7+dfsg-3.1ubuntu4
Depends: libpion-common-dev, libpion-net-4.0 (= 4.0.7+dfsg-3.1ubuntu4), libboost-filesystem1.58.0, libboost-system1.58.0, libboost-thread1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblog4cpp5v5, libpion-common-4.0, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 5.2)
Suggests: libpion-net-doc
Filename: pool/universe/p/pion-net/libpion-net-dev_4.0.7+dfsg-3.1ubuntu4_amd64.deb
Size: 95566
MD5sum: 7a026a87779a2b5471fdd70ad497acb2
SHA1: 22d375c94dd3bb2e2a6b0dd7c5a65ebac33ffaa6
SHA256: 745f585a65c555204d9bcf345cef8576e6f9c1c800a9d046d81c83b8b2862f1f
Description-en: lightweight HTTP interface library - development 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 development files.
Description-md5: 33e36f66aa2df82a3b30e999d6b17d79
Homepage: http://www.pion.org/projects/pion-network-library
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu