How to Install and Uninstall perl-Apache-DBI.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "perl-Apache-DBI.noarch" package

In this section, we are going to explain the necessary steps to install perl-Apache-DBI.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Apache-DBI.noarch

2. Uninstall "perl-Apache-DBI.noarch" package

Please follow the guidance below to uninstall perl-Apache-DBI.noarch on Fedora 34:

$ sudo dnf remove perl-Apache-DBI.noarch $ sudo dnf autoremove

3. Information about the perl-Apache-DBI.noarch package on Fedora 34

Last metadata expiration check: 1:14:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Apache-DBI
Version : 1.12
Release : 23.fc34
Architecture : noarch
Size : 52 k
Source : perl-Apache-DBI-1.12-23.fc34.src.rpm
Repository : fedora
Summary : Persistent database connections with Apache/mod_perl
URL : https://metacpan.org/release/Apache-DBI
License : GPL+ or Artistic
Description : This is version 1.12 of Apache::AuthDBI and Apache::DBI.
:
: These modules are supposed to be used with the Apache server together with
: an embedded perl interpreter like mod_perl. They provide support for basic
: authentication and authorization as well as support for persistent database
: connections via Perl's Database Independent Interface (DBI).
:
: o DBI.pm provides persistent database connections:
: - connections can be established during server-startup
: - configurable rollback to ensure data integrity
: - configurable verification of the connections to avoid time-outs.
:
: o AuthDBI.pm provides authentication and authorization:
: - optional shared cache for passwords to minimize database load
: - configurable cleanup-handler deletes outdated entries from the cache
:
: Apache::DBI has been in widespread deployment on many platforms for
: years. Apache::DBI is one of the most widely used mod_perl related
: modules. It can be considered stable.