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

Last updated: October 27,2024

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

Learn how to install perl-Catalyst-Plugin-Authorization-Roles.noarch on Fedora 38

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

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

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

$ 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 38

Last metadata expiration check: 5:29:03 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Catalyst-Plugin-Authorization-Roles
Version : 0.09
Release : 34.fc38
Architecture : noarch
Size : 15 k
Source : perl-Catalyst-Plugin-Authorization-Roles-0.09-34.fc38.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.