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

In this tutorial we learn how to install perl-Dancer2-Plugin-Database in Fedora 36. perl-Dancer2-Plugin-Database is Easy database connections for Dancer2 applications

Introduction

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

What is perl-Dancer2-Plugin-Database

Dancer2 DBI database handle by simply calling the database keyword within your Dancer2 application

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

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

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

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

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

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

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

sudo dnf remove perl-Dancer2-Plugin-Database

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

/usr/share/doc/perl-Dancer2-Plugin-Database
/usr/share/doc/perl-Dancer2-Plugin-Database/Changes
/usr/share/doc/perl-Dancer2-Plugin-Database/README
/usr/share/man/man3/Dancer2::Plugin::Database.3pm.gz
/usr/share/perl5/vendor_perl/Dancer2
/usr/share/perl5/vendor_perl/Dancer2/Plugin
/usr/share/perl5/vendor_perl/Dancer2/Plugin/Database.pm

References

Summary

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