How to Install and Uninstall libpoe-filter-http-parser-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libpoe-filter-http-parser-perl" package

Please follow the step by step instructions below to install libpoe-filter-http-parser-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpoe-filter-http-parser-perl

2. Uninstall "libpoe-filter-http-parser-perl" package

This tutorial shows how to uninstall libpoe-filter-http-parser-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpoe-filter-http-parser-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpoe-filter-http-parser-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpoe-filter-http-parser-perl
Priority: optional
Section: universe/perl
Installed-Size: 30
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.08-1
Depends: perl, libhttp-parser-perl (>= 0.06), libwww-perl, libpoe-perl
Filename: pool/universe/libp/libpoe-filter-http-parser-perl/libpoe-filter-http-parser-perl_1.08-1_all.deb
Size: 9032
MD5sum: ccabfef2ec0ea0b60bcf46780c57a81b
SHA1: 6dd05be33c6ad36a8a7af8da75ee6d7b94efa708
SHA256: b98394c6844d89ad8b30250b39661e2579c932e351b0dbbc695e83b432b2ecb1
Description-en: POE filter for HTTP clients or servers
POE::Filter::HTTP::Parser is a filter for the Perl Object Environment (POE)
system based on HTTP::Parser. It can be used to easily create POE-based HTTP
servers or clients.
.
With the type set to client, which is the default behaviour, 'get' will parse
HTTP::Response objects from HTTP streams and 'put' will accept HTTP::Request
objects and convert them to HTTP streams.
.
For servers, the reverse will happen; 'get' will parse HTTP::Request objects
from HTTP streams and 'put' will accept HTTP::Response objects and convert
them to HTTP streams. If there is an error parsing the request, this filter
will generate a HTTP::Response object instead, encapsulating an error message
suitable for simply sending back to the requesting client.
Description-md5: cdc26331324a0a3b36e16a4ea6e45a0d
Homepage: https://metacpan.org/release/POE-Filter-HTTP-Parser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu