How To Install perl-Dancer2-Plugin-DBIC on Fedora 36

In this tutorial we learn how to install perl-Dancer2-Plugin-DBIC in Fedora 36. perl-Dancer2-Plugin-DBIC is DBIx

Introduction

In this tutorial we learn how to install perl-Dancer2-Plugin-DBIC on Fedora 36.

What is perl-Dancer2-Plugin-DBIC

This plugin makes it very easy to create Dancer2 applications that interface with databases. It automatically exports the keyword schema which returns a DBIx database connection information. For performance, schema objects are cached in memory and are lazy loaded the first time they are accessed.

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

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

sudo dnf -y install perl-Dancer2-Plugin-DBIC

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

sudo yum -y install perl-Dancer2-Plugin-DBIC

How To Uninstall perl-Dancer2-Plugin-DBIC on Fedora 36

To uninstall only the perl-Dancer2-Plugin-DBIC package we can use the following command:

sudo dnf remove perl-Dancer2-Plugin-DBIC

perl-Dancer2-Plugin-DBIC Package Contents on Fedora 36

/usr/share/doc/perl-Dancer2-Plugin-DBIC
/usr/share/doc/perl-Dancer2-Plugin-DBIC/CHANGES
/usr/share/doc/perl-Dancer2-Plugin-DBIC/README
/usr/share/licenses/perl-Dancer2-Plugin-DBIC
/usr/share/licenses/perl-Dancer2-Plugin-DBIC/LICENSE
/usr/share/man/man3/Dancer2::Plugin::DBIC.3pm.gz
/usr/share/perl5/vendor_perl/Dancer2
/usr/share/perl5/vendor_perl/Dancer2/Plugin
/usr/share/perl5/vendor_perl/Dancer2/Plugin/DBIC.pm

References

Summary

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