How to Install and Uninstall perl-Apache-DBI.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 05,2024

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

This guide covers the steps necessary to install perl-Apache-DBI.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Here is a brief guide to show you how to uninstall perl-Apache-DBI.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Apache-DBI.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:05:34 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Apache-DBI
Version : 1.12
Release : 31.el9
Architecture : noarch
Size : 34 k
Source : perl-Apache-DBI-1.12-31.el9.src.rpm
Repository : epel
Summary : Persistent database connections with Apache/mod_perl
URL : https://metacpan.org/release/Apache-DBI
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This is version 1.12 of Apache::DBI.
:
: This module is supposed to be used with the Apache server together with
: an embedded perl interpreter like mod_perl. It provises support for
: persistent database connections via Perl's Database Independent Interface
: (DBI):
:
: - connections can be established during server-startup
: - configurable rollback to ensure data integrity
: - configurable verification of the connections to avoid time-outs.
:
: 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.