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

Last updated: October 06,2024

1. Install "libcatalyst-plugin-authorization-roles-perl" package

Please follow the guidance below to install libcatalyst-plugin-authorization-roles-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcatalyst-plugin-authorization-roles-perl

2. Uninstall "libcatalyst-plugin-authorization-roles-perl" package

This guide covers the steps necessary to uninstall libcatalyst-plugin-authorization-roles-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcatalyst-plugin-authorization-roles-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libcatalyst-plugin-authorization-roles-perl
Priority: optional
Section: universe/perl
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.09-2
Replaces: libcatalyst-modules-perl (<< 48~)
Depends: perl, libcatalyst-plugin-authentication-perl (>= 0.10003), libcatalyst-perl (>= 5.7), libset-object-perl (>= 1.14), libuniversal-isa-perl (>= 0.05)
Breaks: libcatalyst-modules-perl (<< 48~)
Filename: pool/universe/libc/libcatalyst-plugin-authorization-roles-perl/libcatalyst-plugin-authorization-roles-perl_0.09-2_all.deb
Size: 7628
MD5sum: a90770f3feb48293d5976381c57c6338
SHA1: 0a2a7e82f128fe95a2bf8dd4959b308d81664dc7
SHA256: 01515e8ebe4b64f28ed87c29e1c20453dd1284dac161b53ca154f3db65a85b95
Description-en: Role based authorization plugin for Catalyst
Catalyst::Plugin::Authorization::Roles provides role-based authorization
(access control) for Catalyst applications.
.
Role based access control is very simple: every user has a list of roles,
which that user is allowed to assume, and every restricted part of the app
makes an assertion about the necessary roles.
.
With assert_user_roles, if the user is a member in all of the required roles
access is granted. Otherwise, access is denied. With assert_any_user_role it
is enough that the user is a member of one role.
.
There are alternative approaches to do this on a per action basis, see
Catalyst::ActionRole::ACL.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
Description-md5: 4ab7f93923f68b7a14621070931ab37c
Homepage: https://metacpan.org/release/Catalyst-Plugin-Authorization-Roles
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu