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

Last updated: September 20,2024

1. Install "libpion-net-plugins" package

This is a short guide on how to install libpion-net-plugins on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libpion-net-plugins" package

Please follow the step by step instructions below to uninstall libpion-net-plugins on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libpion-net-plugins
Priority: extra
Section: universe/libs
Installed-Size: 1142
Maintainer: Ubuntu Developers
Original-Maintainer: Athena Capital Research
Architecture: amd64
Source: pion-net
Version: 4.0.7+dfsg-3.1ubuntu4
Depends: 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)
Filename: pool/universe/p/pion-net/libpion-net-plugins_4.0.7+dfsg-3.1ubuntu4_amd64.deb
Size: 169212
MD5sum: 718123cf31deb5a493a06c3e09eb865f
SHA1: 4760421c980e969382d2ed37d0ec624042b1da95
SHA256: 55386c529295954b6995076b9a4fd027ceeb9bfec377e4fc4ab72342b606b12b
Description-en: lightweight HTTP interface library - plugins
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 plugins.
Description-md5: f9c1e09081110bc7350f798518094512
Homepage: http://www.pion.org/projects/pion-network-library
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu