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

Last updated: May 17,2024

1. Install "libpion-plugins" package

This guide covers the steps necessary to install libpion-plugins on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpion-plugins

2. Uninstall "libpion-plugins" package

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

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

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

Package: libpion-plugins
Priority: extra
Section: universe/libs
Installed-Size: 1353
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), libboost-filesystem1.58.0, libboost-system1.58.0, libboost-thread1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblog4cpp5v5, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 5.2)
Conflicts: libpion-net-plugins
Filename: pool/universe/p/pion/libpion-plugins_5.0.6+dfsg-1build1_amd64.deb
Size: 199490
MD5sum: 2c629f0136af39ac87ae683a68d38e9c
SHA1: c8b1c1d0d26705283b1fa14f06811b93a0b5b913
SHA256: 04a627e041052d377a4697f8033de9cf5271967818c34d340dc57c9c6fee4c09
Description-en: lightweight HTTP interface library - plugins
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 plugins.
Description-md5: e7775840627184caecbf3c800dcca1b4
Homepage: http://pion.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions