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

Last updated: July 05,2024

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

Please follow the steps below to install perl-Dancer2-Plugin-DBIC.noarch on Fedora 35

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

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

This is a short guide on how to uninstall perl-Dancer2-Plugin-DBIC.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:16:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Dancer2-Plugin-DBIC
Version : 0.0100
Release : 13.fc35
Architecture : noarch
Size : 25 k
Source : perl-Dancer2-Plugin-DBIC-0.0100-13.fc35.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.