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

Last updated: May 20,2024

1. Install "libpion-5.0" package

This tutorial shows how to install libpion-5.0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpion-5.0

2. Uninstall "libpion-5.0" package

This guide let you learn how to uninstall libpion-5.0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpion-5.0 $ sudo apt autoclean && sudo apt autoremove

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

Package: libpion-5.0
Priority: extra
Section: universe/libs
Installed-Size: 1011
Maintainer: Ubuntu Developers
Original-Maintainer: Athena Capital Research
Architecture: amd64
Source: pion
Version: 5.0.6+dfsg-1build1
Depends: libboost-filesystem1.58.0, 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), zlib1g (>= 1:1.1.4)
Filename: pool/universe/p/pion/libpion-5.0_5.0.6+dfsg-1build1_amd64.deb
Size: 263604
MD5sum: e910e5493b4c16225c3288ee085763fc
SHA1: 1c11b04090419a1fd2880bd6d43f9aa96986a7e7
SHA256: 424d941836ea0d69e88a28aeb9555f07ba37b2cf23d07e754ec71f007ee75698
Description-en: lightweight HTTP interface library - runtime files
pion 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 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 to
handle many thousands of connections simultaneously with a single physical
server.
.
pion also supports server-side SSL & TLS encryption when built with
the OpenSSL library (which the Debian package is).
.
This package includes the pion runtime files.
Description-md5: 35041f0b9f750031e9f5ec5b2309a0c7
Homepage: http://pion.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu