How to Install and Uninstall libapache2-authcookie-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "libapache2-authcookie-perl" package

Learn how to install libapache2-authcookie-perl on Kali Linux

$ sudo apt update $ sudo apt install libapache2-authcookie-perl

2. Uninstall "libapache2-authcookie-perl" package

Here is a brief guide to show you how to uninstall libapache2-authcookie-perl on Kali Linux:

$ sudo apt remove libapache2-authcookie-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache2-authcookie-perl package on Kali Linux

Package: libapache2-authcookie-perl
Version: 3.31-1
Installed-Size: 249
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libapache2-mod-perl2, libclass-load-perl, libhash-multivalue-perl, libhttp-body-perl, liburi-perl, libwww-form-urlencoded-perl
Size: 80808
SHA256: 79aaf39668bc878c806d34a1710aba07e68c231420565668b8bc75727498e811
SHA1: 7b8ac9eae3b0fb5412f5e4fa71c2960db08d4020
MD5sum: b30a450a139fe7ba958aac3c9eecc0d1
Description: Perl Authentication and Authorization via cookies
This module is for mod_perl version 2. If you are running mod_perl version 1,
you should be using Apache::AuthCookie instead.
.
Apache2::AuthCookie allows you to intercept a user's first unauthenticated
access to a protected document. The user will be presented with a custom form
where they can enter authentication credentials. The credentials are posted
to the server where AuthCookie verifies them and returns a session key.
.
The session key is returned to the user's browser as a cookie. As a cookie,
the browser will pass the session key on every subsequent accesses. AuthCookie
will verify the session key and re-authenticate the user.
Description-md5:
Homepage: https://metacpan.org/release/Apache-AuthCookie
Tag: devel::lang:perl, devel::library, implemented-in::perl,
role::shared-lib, suite::apache
Section: perl
Priority: optional
Filename: pool/main/liba/libapache2-authcookie-perl/libapache2-authcookie-perl_3.31-1_all.deb