How To Install perl-Catalyst-Plugin-Authentication on Fedora 36

In this tutorial we learn how to install perl-Catalyst-Plugin-Authentication in Fedora 36. perl-Catalyst-Plugin-Authentication is Infrastructure plugin for the Catalyst authentication framework

Introduction

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

What is perl-Catalyst-Plugin-Authentication

The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorizes them to do).

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

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

sudo dnf -y install perl-Catalyst-Plugin-Authentication

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

sudo yum -y install perl-Catalyst-Plugin-Authentication

How To Uninstall perl-Catalyst-Plugin-Authentication on Fedora 36

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

sudo dnf remove perl-Catalyst-Plugin-Authentication

perl-Catalyst-Plugin-Authentication Package Contents on Fedora 36

/usr/share/doc/perl-Catalyst-Plugin-Authentication
/usr/share/doc/perl-Catalyst-Plugin-Authentication/Changes
/usr/share/doc/perl-Catalyst-Plugin-Authentication/README
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/04_authentication.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/05_password.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/06_user.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/author
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/author/eol.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/author/notabs.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/author/pod.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/author/pod_coverage.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestApp
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestApp.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestApp/Controller
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestApp/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppCompat
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppCompat.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppCompat/Controller
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppCompat/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppProgressive
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppProgressive.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppProgressive/Controller
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthRealmTestAppProgressive/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthSessionTestApp
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthSessionTestApp.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthSessionTestApp/Controller
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthSessionTestApp/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthTestApp
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthTestApp.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthTestApp/Controller
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/AuthTestApp/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/RemoteTestApp1
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/RemoteTestApp1.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/RemoteTestApp1/Controller
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/RemoteTestApp1/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/RemoteTestApp2
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/RemoteTestApp2.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/RemoteTestApp2/Controller
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/RemoteTestApp2/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/RemoteTestEngine.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/lib/RemoteTestEngineRole.pm
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/live_app.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/live_app_realms.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/live_app_realms_compat.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/live_app_realms_progressive.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/live_app_remote1.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/live_app_remote2.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/live_app_session.t
/usr/share/doc/perl-Catalyst-Plugin-Authentication/t/store_nopassord.t
/usr/share/man/man3/Catalyst::Authentication::Credential::NoPassword.3pm.gz
/usr/share/man/man3/Catalyst::Authentication::Credential::Password.3pm.gz
/usr/share/man/man3/Catalyst::Authentication::Credential::Remote.3pm.gz
/usr/share/man/man3/Catalyst::Authentication::Realm.3pm.gz
/usr/share/man/man3/Catalyst::Authentication::Realm::Compatibility.3pm.gz
/usr/share/man/man3/Catalyst::Authentication::Realm::Progressive.3pm.gz
/usr/share/man/man3/Catalyst::Authentication::Store.3pm.gz
/usr/share/man/man3/Catalyst::Authentication::Store::Minimal.3pm.gz
/usr/share/man/man3/Catalyst::Authentication::Store::Null.3pm.gz
/usr/share/man/man3/Catalyst::Authentication::User.3pm.gz
/usr/share/man/man3/Catalyst::Authentication::User::Hash.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Authentication.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Authentication::Credential::Password.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Authentication::Internals.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Authentication::Store::Minimal.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Authentication::User.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Authentication::User::Hash.3pm.gz
/usr/share/perl5/vendor_perl/Catalyst
/usr/share/perl5/vendor_perl/Catalyst/Authentication
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Credential
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Credential/NoPassword.pm
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Credential/Password.pm
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Credential/Remote.pm
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Realm
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Realm.pm
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Realm/Compatibility.pm
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Realm/Progressive.pm
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Store
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Store.pod
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Store/Minimal.pm
/usr/share/perl5/vendor_perl/Catalyst/Authentication/Store/Null.pm
/usr/share/perl5/vendor_perl/Catalyst/Authentication/User
/usr/share/perl5/vendor_perl/Catalyst/Authentication/User.pm
/usr/share/perl5/vendor_perl/Catalyst/Authentication/User/Hash.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authentication
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authentication.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authentication/Credential
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authentication/Credential/Password.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authentication/Internals.pod
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authentication/Store
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authentication/Store/Minimal.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authentication/User
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authentication/User.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Authentication/User/Hash.pm

References

Summary

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