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

Last updated: July 03,2024

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

This guide covers the steps necessary to install perl-CGI-Application-Plugin-DBH.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-CGI-Application-Plugin-DBH.noarch on Fedora 34:

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

Last metadata expiration check: 3:44:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-CGI-Application-Plugin-DBH
Version : 4.04
Release : 20.fc34
Architecture : noarch
Size : 17 k
Source : perl-CGI-Application-Plugin-DBH-4.04-20.fc34.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.