How to Install and Uninstall libapache-ssllookup-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libapache-ssllookup-perl" package

This guide covers the steps necessary to install libapache-ssllookup-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libapache-ssllookup-perl

2. Uninstall "libapache-ssllookup-perl" package

Here is a brief guide to show you how to uninstall libapache-ssllookup-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libapache-ssllookup-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache-ssllookup-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libapache-ssllookup-perl
Priority: optional
Section: universe/perl
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 2.00-04-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5), libapache2-mod-perl2
Filename: pool/universe/liba/libapache-ssllookup-perl/libapache-ssllookup-perl_2.00-04-1build1_amd64.deb
Size: 9804
MD5sum: 98dabf265e62e361ffe1056e62062f34
SHA1: 3c344df285d3823aa89e0c94e9ae4336163ce327
SHA256: 568c15819a3c493eef393e7b4312e38b6fd0ecbb119e6b1b4b86dbcd4c47f548
Description-en: glue layer between Perl handlers and the mod_ssl public API
Apache::SSLLookup is a glue layer between Perl handlers and the mod_ssl
public API. Under normal circumstances, you would use $r->subprocess_env() to
glean information about mod_ssl. for example,
.
$request_is_over_ssl = $r->subprocess_env('HTTPS');
.
however, this is only possible after mod_ssl runs its fixups - that is, Perl
handlers can only accurately check the subprocess_env table for mod_ssl
information in the PerlResponsePhase or later.
.
This module allows you to query mod_ssl directly via its public C API at any
point in the request cycle. but without using C, of course.
Description-md5: 15664be79fc992e0321e9676160b634d
Homepage: http://search.cpan.org/dist/Apache-SSLLookup/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu