How to Install and Uninstall libcatalyst-plugin-authentication-perl Package on Kali Linux

Last updated: May 16,2024

1. Install "libcatalyst-plugin-authentication-perl" package

Please follow the steps below to install libcatalyst-plugin-authentication-perl on Kali Linux

$ sudo apt update $ sudo apt install libcatalyst-plugin-authentication-perl

2. Uninstall "libcatalyst-plugin-authentication-perl" package

In this section, we are going to explain the necessary steps to uninstall libcatalyst-plugin-authentication-perl on Kali Linux:

$ sudo apt remove libcatalyst-plugin-authentication-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcatalyst-plugin-authentication-perl package on Kali Linux

Package: libcatalyst-plugin-authentication-perl
Version: 0.10023-4
Installed-Size: 219
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libcatalyst-perl, libcatalyst-plugin-session-perl, libclass-inspector-perl, libmoose-perl, libmoosex-emulate-class-accessor-fast-perl, libmro-compat-perl, libnamespace-autoclean-perl, libstring-rewriteprefix-perl, libtry-tiny-perl
Size: 88680
SHA256: cf76e75d504d29e96b443cb20fa6ec27fd1ba60749827f0644e94ce866254633
SHA1: 2cb786b5f6263bc750b21cc5bf198344776980ee
MD5sum: 3e69b7bbd4c67e173b105bb46b285e85
Description: Infrastructure plugin for the Catalyst authentication framework
Catalyst::Plugin::Authentication provides generic user support for Catalyst
apps. It is the basis for both authentication (checking the user is who they
claim to be), and authorization (allowing the user to do what the system
authorises them to do).
.
Using authentication is split into two parts. A Store is used to actually
store the user information, and can store any amount of data related to the
user. Credentials are used to verify users, using information from the store,
given data from the frontend. A Credential and a Store are paired to form a
'Realm'. A Catalyst application using the authentication framework must have
at least one realm, and may have several.
.
To implement authentication in a Catalyst application you need to add this
module, and specify at least one realm in the configuration.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
Description-md5:
Homepage: https://metacpan.org/release/Catalyst-Plugin-Authentication
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libcatalyst-plugin-authentication-perl/libcatalyst-plugin-authentication-perl_0.10023-4_all.deb