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

Last updated: October 07,2024

1. Install "perl-CGI-Application-Plugin-DBH.noarch" package

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

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

2. Uninstall "perl-CGI-Application-Plugin-DBH.noarch" package

Learn how to uninstall perl-CGI-Application-Plugin-DBH.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:33:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-CGI-Application-Plugin-DBH
Version : 4.04
Release : 22.fc35
Architecture : noarch
Size : 17 k
Source : perl-CGI-Application-Plugin-DBH-4.04-22.fc35.src.rpm
Repository : fedora
Summary : Easy DBI access from CGI::Application
URL : https://metacpan.org/release/CGI-Application-Plugin-DBH
License : GPL+ or Artistic
Description : CGI::Application::Plugin::DBH adds easy access to a DBI database handle to
: your CGI::Application modules. Lazy loading is used to prevent a database
: connection from being made if the dbh method is not called during the
: request. In other words, the database connection is not created until it is
: actually needed.