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

In this tutorial we learn how to install perl-Catalyst-Plugin-Cache in Fedora 36. perl-Catalyst-Plugin-Cache is Flexible caching support for Catalyst

Introduction

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

What is perl-Catalyst-Plugin-Cache

This plugin gives you access to a variety of systems for caching data. It allows you to use a very simple configuration API, while maintaining the possibility of flexibility when you need it later.

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

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

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

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

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

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

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

sudo dnf remove perl-Catalyst-Plugin-Cache

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

/usr/share/doc/perl-Catalyst-Plugin-Cache
/usr/share/doc/perl-Catalyst-Plugin-Cache/Changes
/usr/share/man/man3/Catalyst::Plugin::Cache.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Cache::Backend.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Cache::Backend::Memory.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Cache::Choose::KeyRegexes.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Cache::Curried.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Cache::Store.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Cache::Store::Memory.3pm.gz
/usr/share/perl5/vendor_perl/Catalyst
/usr/share/perl5/vendor_perl/Catalyst/Plugin
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Cache
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Cache.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Cache/Backend
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Cache/Backend.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Cache/Backend/Memory.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Cache/Choose
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Cache/Choose/KeyRegexes.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Cache/Curried.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Cache/Store
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Cache/Store.pod
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Cache/Store/Memory.pm

References

Summary

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