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

Last updated: March 04,2025

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

Please follow the step by step instructions below to install perl-Catalyst-Plugin-Authorization-Roles.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Catalyst-Plugin-Authorization-Roles.noarch on Fedora 35:

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

Last metadata expiration check: 3:57:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Catalyst-Plugin-Authorization-Roles
Version : 0.09
Release : 30.fc35
Architecture : noarch
Size : 15 k
Source : perl-Catalyst-Plugin-Authorization-Roles-0.09-30.fc35.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.