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

Last updated: September 19,2024

1. Install "libapache2-authcookie-perl" package

This is a short guide on how to install libapache2-authcookie-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libapache2-authcookie-perl" package

This is a short guide on how to uninstall libapache2-authcookie-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libapache2-authcookie-perl
Priority: optional
Section: universe/perl
Installed-Size: 211
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 3.24-1
Depends: perl, libapache2-mod-perl2 (>= 2.0.9~rc1), libautobox-perl, libcgi-pm-perl, libclass-load-perl
Filename: pool/universe/liba/libapache2-authcookie-perl/libapache2-authcookie-perl_3.24-1_all.deb
Size: 64934
MD5sum: b2ded23b03cc428965bfc88ad146d407
SHA1: 282c5f9d949ec082f6f74ffa0cc25c96eb820462
SHA256: b054a08fdac5a0ffac106e30f9d26b29ab42a223114fb5965be7d11327c1f69d
Description-en: 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: 2dd86e3e67b5c9bea69d210c3e802473
Homepage: https://metacpan.org/release/Apache-AuthCookie
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu