How To Install perl-Dancer-Plugin-Database-Core on Fedora 36

In this tutorial we learn how to install perl-Dancer-Plugin-Database-Core in Fedora 36. perl-Dancer-Plugin-Database-Core is Shared core for Dancer and Dancer2 Database plugins

Introduction

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

What is perl-Dancer-Plugin-Database-Core

Dancer database plugins. This module should not be used directly. It is a shared library for Dancer Dancer2

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

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

sudo dnf -y install perl-Dancer-Plugin-Database-Core

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

sudo yum -y install perl-Dancer-Plugin-Database-Core

How To Uninstall perl-Dancer-Plugin-Database-Core on Fedora 36

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

sudo dnf remove perl-Dancer-Plugin-Database-Core

perl-Dancer-Plugin-Database-Core Package Contents on Fedora 36

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

References

Summary

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