How To Install perl-Task-Catalyst on Fedora 36

In this tutorial we learn how to install perl-Task-Catalyst in Fedora 36. perl-Task-Catalyst is All you need to start with Catalyst

Introduction

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

What is perl-Task-Catalyst

This package ensures everything you need to write serious Catalyst applications is installed. Install this if you’re interested in developing Catalyst apps.

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

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

sudo dnf -y install perl-Task-Catalyst

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

sudo yum -y install perl-Task-Catalyst

How To Uninstall perl-Task-Catalyst on Fedora 36

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

sudo dnf remove perl-Task-Catalyst

perl-Task-Catalyst Package Contents on Fedora 36

/usr/share/doc/perl-Task-Catalyst
/usr/share/doc/perl-Task-Catalyst/Changes
/usr/share/doc/perl-Task-Catalyst/README
/usr/share/man/man3/Task::Catalyst.3pm.gz
/usr/share/perl5/vendor_perl/Task
/usr/share/perl5/vendor_perl/Task/Catalyst.pm

References

Summary

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