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

Last updated: September 20,2024

1. Install "libpion-common-4.0-dbg" package

This guide let you learn how to install libpion-common-4.0-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpion-common-4.0-dbg

2. Uninstall "libpion-common-4.0-dbg" package

This guide covers the steps necessary to uninstall libpion-common-4.0-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpion-common-4.0-dbg $ sudo apt autoclean && sudo apt autoremove

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

Package: libpion-common-4.0-dbg
Priority: extra
Section: universe/debug
Installed-Size: 1898
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)
Filename: pool/universe/p/pion-net/libpion-common-4.0-dbg_4.0.7+dfsg-3.1ubuntu4_amd64.deb
Size: 380880
MD5sum: c0b0488d4e6f593cece0676f6cfd1c93
SHA1: 7ea485acef2ee0ca808909d3120903826ae77382
SHA256: 434bb1453df66e918d3bc9c4e4cf79c36614a5275df205ddb43e42b3d322a2cb
Description-en: lightweight HTTP interface library - common debug 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 common debug files.
Description-md5: f24ebd1fe1edf9c850ac478913ea3e07
Homepage: http://www.pion.org/projects/pion-network-library
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu