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

Last updated: October 06,2024

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

Learn how to install perl-CGI-Application-Plugin-DBH.noarch on Fedora 39

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

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

Please follow the steps below to uninstall perl-CGI-Application-Plugin-DBH.noarch on Fedora 39:

$ 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 39

Last metadata expiration check: 1:15:15 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-CGI-Application-Plugin-DBH
Version : 4.04
Release : 27.fc39
Architecture : noarch
Size : 16 k
Source : perl-CGI-Application-Plugin-DBH-4.04-27.fc39.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.