How to Install and Uninstall perl-Catalyst-Plugin-Authorization-Roles.noarch Package on Fedora 34

Last updated: June 29,2024

1. Install "perl-Catalyst-Plugin-Authorization-Roles.noarch" package

Please follow the guidelines below to install perl-Catalyst-Plugin-Authorization-Roles.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Catalyst-Plugin-Authorization-Roles.noarch

2. Uninstall "perl-Catalyst-Plugin-Authorization-Roles.noarch" package

Please follow the guidelines below to uninstall perl-Catalyst-Plugin-Authorization-Roles.noarch on Fedora 34:

$ sudo dnf remove perl-Catalyst-Plugin-Authorization-Roles.noarch $ sudo dnf autoremove

3. Information about the perl-Catalyst-Plugin-Authorization-Roles.noarch package on Fedora 34

Last metadata expiration check: 1:00:40 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Catalyst-Plugin-Authorization-Roles
Version : 0.09
Release : 28.fc34
Architecture : noarch
Size : 15 k
Source : perl-Catalyst-Plugin-Authorization-Roles-0.09-28.fc34.src.rpm
Repository : fedora
Summary : Role based authorization for Catalyst based on Catalyst::Plugin::Authentication
URL : https://metacpan.org/release/Catalyst-Plugin-Authorization-Roles
License : GPL+ or Artistic
Description : 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.