How To Install perl-Catalyst-Plugin-Authorization-ACL on Fedora 36

In this tutorial we learn how to install perl-Catalyst-Plugin-Authorization-ACL in Fedora 36. perl-Catalyst-Plugin-Authorization-ACL is ACL Support for Catalyst Applications

Introduction

In this tutorial we learn how to install perl-Catalyst-Plugin-Authorization-ACL on Fedora 36.

What is perl-Catalyst-Plugin-Authorization-ACL

This module provides Access Control List style path protection, with arbitrary rules for Catalyst applications. It operates only on the Catalyst private name space, at least at the moment.

We can use yum or dnf to install perl-Catalyst-Plugin-Authorization-ACL on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Catalyst-Plugin-Authorization-ACL.

Install perl-Catalyst-Plugin-Authorization-ACL on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Catalyst-Plugin-Authorization-ACL using dnf by running the following command:

sudo dnf -y install perl-Catalyst-Plugin-Authorization-ACL

Install perl-Catalyst-Plugin-Authorization-ACL on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Catalyst-Plugin-Authorization-ACL using yum by running the following command:

sudo yum -y install perl-Catalyst-Plugin-Authorization-ACL

How To Uninstall perl-Catalyst-Plugin-Authorization-ACL on Fedora 36

To uninstall only the perl-Catalyst-Plugin-Authorization-ACL package we can use the following command:

sudo dnf remove perl-Catalyst-Plugin-Authorization-ACL

perl-Catalyst-Plugin-Authorization-ACL Package Contents on Fedora 36

/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/Changes
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/README
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/00-compile.t
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp.pm
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp/Controller
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp/Controller/Auth.pm
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp/Controller/LionCage.pm
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp/Controller/Zoo
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp/Controller/Zoo.pm
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp/Controller/Zoo/Penguins.pm
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp2
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp2.pm
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp2/Controller
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/lib/ACLTestApp2/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/live_app.t
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/more_live_app.t
/usr/share/doc/perl-Catalyst-Plugin-Authorization-ACL/t/release-pod-syntax.t
/usr/share/licenses/perl-Catalyst-Plugin-Authorization-ACL
/usr/share/licenses/perl-Catalyst-Plugin-Authorization-ACL/LICENSE
/usr/share/man/man3/Catalyst::Plugin::Authorization::ACL.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Authorization::ACL::Engine.3pm.gz
/usr/share/perl5/vendor_perl/Catalyst
/usr/share/perl5/vendor_perl/Catalyst/Plugin
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authorization
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authorization/ACL
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authorization/ACL.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authorization/ACL/Engine.pm

References

Summary

In this tutorial we learn how to install perl-Catalyst-Plugin-Authorization-ACL on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).