How to Install and Uninstall libapache-ssllookup-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libapache-ssllookup-perl" package

In this section, we are going to explain the necessary steps to install libapache-ssllookup-perl on Kali Linux

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

2. Uninstall "libapache-ssllookup-perl" package

Please follow the guidance below to uninstall libapache-ssllookup-perl on Kali Linux:

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

3. Information about the libapache-ssllookup-perl package on Kali Linux

Package: libapache-ssllookup-perl
Source: libapache-ssllookup-perl (2.00-04-4)
Version: 2.00-04-4+b2
Installed-Size: 43
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.3), libapache2-mod-perl2
Size: 11360
SHA256: 18e16aea19a11a4debad10d870cc1fbb75f8370dd49efdd5065fcee5f02beeb4
SHA1: a252f7e3e8474f072c56a84ec5df2db2925ec3ff
MD5sum: c388a6dafc30834a5b94d0131e9a32d3
Description: 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:
Homepage: https://metacpan.org/release/GEOFF/Apache-SSLLookup-2.00_04
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/liba/libapache-ssllookup-perl/libapache-ssllookup-perl_2.00-04-4+b2_amd64.deb