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

Last updated: January 11,2025

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

Please follow the step by step instructions below to install perl-Dancer2-Plugin-DBIC.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 3:10:15 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Dancer2-Plugin-DBIC
Version : 0.0100
Release : 17.fc38
Architecture : noarch
Size : 25 k
Source : perl-Dancer2-Plugin-DBIC-0.0100-17.fc38.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.