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

Last updated: June 10,2024

1. Install "libpion-5.0-dbg" package

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

$ sudo apt update $ sudo apt install libpion-5.0-dbg

2. Uninstall "libpion-5.0-dbg" package

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

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

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

Package: libpion-5.0-dbg
Priority: extra
Section: universe/debug
Installed-Size: 16515
Maintainer: Ubuntu Developers
Original-Maintainer: Athena Capital Research
Architecture: amd64
Source: pion
Version: 5.0.6+dfsg-1build1
Depends: libpion-5.0 (= 5.0.6+dfsg-1build1)
Filename: pool/universe/p/pion/libpion-5.0-dbg_5.0.6+dfsg-1build1_amd64.deb
Size: 3084180
MD5sum: 5dacd94fbac2b1ec54d149ffe9523794
SHA1: c16bff278465ec9a54e2c7beb801163fb7dd5cfc
SHA256: c59919b171f2cacbfc5691082d54136640b6448014ef22f13fa6bd1a18ddef7f
Description-en: lightweight HTTP interface library - debug 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 debug files.
Description-md5: 5ad0efae568d91ceed7ea066922b62f3
Homepage: http://pion.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu