How to Install and Uninstall perl-Dancer2-Plugin-DBIC.noarch Package on Fedora 34

Last updated: September 29,2024

1. Install "perl-Dancer2-Plugin-DBIC.noarch" package

In this section, we are going to explain the necessary steps to install perl-Dancer2-Plugin-DBIC.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Dancer2-Plugin-DBIC.noarch

2. Uninstall "perl-Dancer2-Plugin-DBIC.noarch" package

This guide let you learn how to uninstall perl-Dancer2-Plugin-DBIC.noarch on Fedora 34:

$ sudo dnf remove perl-Dancer2-Plugin-DBIC.noarch $ sudo dnf autoremove

3. Information about the perl-Dancer2-Plugin-DBIC.noarch package on Fedora 34

Last metadata expiration check: 2:37:21 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Dancer2-Plugin-DBIC
Version : 0.0100
Release : 11.fc34
Architecture : noarch
Size : 26 k
Source : perl-Dancer2-Plugin-DBIC-0.0100-11.fc34.src.rpm
Repository : fedora
Summary : DBIx::Class interface for Dancer2 applications
URL : https://metacpan.org/release/Dancer2-Plugin-DBIC
License : GPL+ or Artistic
Description : This plugin makes it very easy to create Dancer2 applications that
: interface with databases. It automatically exports the keyword schema which
: returns a DBIx::Class::Schema object. You just need to configure your
: database connection information. For performance, schema objects are cached
: in memory and are lazy loaded the first time they are accessed.