How to Install and Uninstall libcatalyst-plugin-authentication-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

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

This is a short guide on how to install libcatalyst-plugin-authentication-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Learn how to uninstall libcatalyst-plugin-authentication-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcatalyst-plugin-authentication-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcatalyst-plugin-authentication-perl
Priority: optional
Section: universe/perl
Installed-Size: 267
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.10023-2
Replaces: libcatalyst-modules-perl (<< 48~)
Depends: perl, libcatalyst-perl, libcatalyst-plugin-session-perl (>= 0.10), libclass-inspector-perl, libmoose-perl, libmoosex-emulate-class-accessor-fast-perl, libmro-compat-perl, libnamespace-autoclean-perl, libstring-rewriteprefix-perl, libtry-tiny-perl
Breaks: libcatalyst-modules-perl (<< 48~)
Filename: pool/universe/libc/libcatalyst-plugin-authentication-perl/libcatalyst-plugin-authentication-perl_0.10023-2_all.deb
Size: 97256
MD5sum: 481a562cd57d83bd0067ae26e2f5e79a
SHA1: d01a29f020dbf9ea64dd4b7f6914459b4d52b943
SHA256: e184e748d19b76126ef63aadc8f224a68970555ff2afdd8a14e8c192ffa88c2a
Description-en: 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: 009470c219ee76e412e239c25b605f0d
Homepage: https://metacpan.org/release/Catalyst-Plugin-Authentication
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu