How to Install and Uninstall perl-DBD-MariaDB.src Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "perl-DBD-MariaDB.src" package

Please follow the guidance below to install perl-DBD-MariaDB.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-DBD-MariaDB.src

2. Uninstall "perl-DBD-MariaDB.src" package

Here is a brief guide to show you how to uninstall perl-DBD-MariaDB.src on Oracle Linux 9:

$ sudo dnf remove perl-DBD-MariaDB.src $ sudo dnf autoremove

3. Information about the perl-DBD-MariaDB.src package on Oracle Linux 9

Last metadata expiration check: 2:48:28 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-DBD-MariaDB
Version : 1.21
Release : 16.el9_0
Architecture : src
Size : 197 k
Source : None
Repository : ol9_appstream
Summary : MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
URL : https://metacpan.org/release/DBD-MariaDB/
License : GPL+ or Artistic
Description : DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and MySQL
: databases. In other words: DBD::MariaDB is an interface between the Perl
: programming language and the MariaDB/MySQL programming API that comes with
: the MariaDB/MySQL relational database management system. Most functions
: provided by this programming API are supported. Some rarely used functions
: are missing, mainly because no-one ever requested them.