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

Last updated: November 27,2024

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

This tutorial shows how to install perl-CGI-Application-Plugin-DBH.noarch on Fedora 36

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

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

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

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

Last metadata expiration check: 0:29:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-CGI-Application-Plugin-DBH
Version : 4.04
Release : 23.fc36
Architecture : noarch
Size : 17 k
Source : perl-CGI-Application-Plugin-DBH-4.04-23.fc36.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.