How To Install perl-Catalyst-ActionRole-ACL on Fedora 36

In this tutorial we learn how to install perl-Catalyst-ActionRole-ACL in Fedora 36. perl-Catalyst-ActionRole-ACL is User role-based authorization action class

Introduction

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

What is perl-Catalyst-ActionRole-ACL

Provides a Catalyst reusable action role for user role-based authorization. ACLs are applied via the assignment of attributes to application action subroutines.

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

Install perl-Catalyst-ActionRole-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-ActionRole-ACL using dnf by running the following command:

sudo dnf -y install perl-Catalyst-ActionRole-ACL

Install perl-Catalyst-ActionRole-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-ActionRole-ACL using yum by running the following command:

sudo yum -y install perl-Catalyst-ActionRole-ACL

How To Uninstall perl-Catalyst-ActionRole-ACL on Fedora 36

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

sudo dnf remove perl-Catalyst-ActionRole-ACL

perl-Catalyst-ActionRole-ACL Package Contents on Fedora 36

/usr/share/doc/perl-Catalyst-ActionRole-ACL
/usr/share/doc/perl-Catalyst-ActionRole-ACL/Changes
/usr/share/doc/perl-Catalyst-ActionRole-ACL/README
/usr/share/man/man3/Catalyst::Action::Role::ACL.3pm.gz
/usr/share/man/man3/Catalyst::ActionRole::ACL.3pm.gz
/usr/share/perl5/vendor_perl/Catalyst
/usr/share/perl5/vendor_perl/Catalyst/Action
/usr/share/perl5/vendor_perl/Catalyst/Action/Role
/usr/share/perl5/vendor_perl/Catalyst/Action/Role/ACL.pm
/usr/share/perl5/vendor_perl/Catalyst/ActionRole
/usr/share/perl5/vendor_perl/Catalyst/ActionRole/ACL.pm

References

Summary

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