How to Install and Uninstall perl-CGI-Application-Plugin-DBIC-Schema.noarch Package on Fedora 35

Last updated: July 01,2024

1. Install "perl-CGI-Application-Plugin-DBIC-Schema.noarch" package

Please follow the step by step instructions below to install perl-CGI-Application-Plugin-DBIC-Schema.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-CGI-Application-Plugin-DBIC-Schema.noarch

2. Uninstall "perl-CGI-Application-Plugin-DBIC-Schema.noarch" package

Please follow the step by step instructions below to uninstall perl-CGI-Application-Plugin-DBIC-Schema.noarch on Fedora 35:

$ sudo dnf remove perl-CGI-Application-Plugin-DBIC-Schema.noarch $ sudo dnf autoremove

3. Information about the perl-CGI-Application-Plugin-DBIC-Schema.noarch package on Fedora 35

Last metadata expiration check: 2:48:00 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-CGI-Application-Plugin-DBIC-Schema
Version : 0.3
Release : 34.fc35
Architecture : noarch
Size : 16 k
Source : perl-CGI-Application-Plugin-DBIC-Schema-0.3-34.fc35.src.rpm
Repository : fedora
Summary : Easy DBIx::Class access from CGI::Application
URL : https://metacpan.org/release/CGI-Application-Plugin-DBIC-Schema
License : GPL+ or Artistic
Description : CGI::Application::Plugin::DBIC::Schema adds easy access to a
: DBIx::Class::Schema to your Titanium or CGI::Application modules. Lazy
: loading is used to prevent a database connection from being made if the
: schema method is not called during the request. In other words, the
: database connection is not created until it is actually needed.