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

Last updated: December 24,2024

1. Install "libpoe-filter-ssl-perl" package

Here is a brief guide to show you how to install libpoe-filter-ssl-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpoe-filter-ssl-perl

2. Uninstall "libpoe-filter-ssl-perl" package

This guide covers the steps necessary to uninstall libpoe-filter-ssl-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpoe-filter-ssl-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libpoe-filter-ssl-perl
Priority: optional
Section: universe/perl
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.28-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0), libhttp-message-perl, libnet-ssleay-perl, libpoe-perl
Filename: pool/universe/libp/libpoe-filter-ssl-perl/libpoe-filter-ssl-perl_0.28-1build1_amd64.deb
Size: 22280
MD5sum: b8a859df8545cbae64b8f7892d8da380
SHA1: a0bc2acdc5c2cb420f6a6a0dbb4ae51564d9c279
SHA256: de8d5bc8baf383840b962732cec9238c2e39b4f842a0ce8145fbe7b12cc2500d
Description-en: module to make SSL in POE easy and flexible
POE::Filter::SSL allows one to secure connections of POE::Wheel::ReadWrite
with OpenSSL by a POE::Filter object, and behaves (beside of SSLing) as
POE::Filter::Stream.
.
POE::Filter::SSL can be added, switched and removed during runtime, for
example if you want to initiate SSL (see the SSL on an established
connection example in SYNOPSIS) on an already established connection. You
are able to combine POE::Filter::SSL with other filters, for example have
a HTTPS server together with POE::Filter::HTTPD.
.
POE::Filter::SSL is based on Net::SSLeay, but got two XS functions which
Net::SSLeay is missing.
Description-md5: 7f09cd1824ecad60d59b5e67d9c23f70
Homepage: https://metacpan.org/release/POE-Filter-SSL
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu